Esempio n. 1
0
 def test_bad(self):
     with pytest.raises(cmdutils.CommandError,
                        match="Only one of -x/-y/-z can be given!"):
         cmdutils.check_exclusive([True, True], 'xyz')
Esempio n. 2
0
 def test_good(self, flags):
     cmdutils.check_exclusive(flags, [])