Ejemplo n.º 1
0
def test_noarg_call():
    with pytest.raises(DocoptExit):
        yaml2ncml.main()
Ejemplo n.º 2
0
 def test_noarg_call(self):
     with self.assertRaises(DocoptExit):
         yaml2ncml.main()
Ejemplo n.º 3
0
def test_noarg_call():
    with pytest.raises(SystemExit):
        yaml2ncml.main()