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