Cleanup
This commit is contained in:
parent
2b24cca340
commit
030860c0a1
|
|
@ -42,13 +42,3 @@ def test_wildcard_username_expansion():
|
||||||
def test_no_usernames_provided(cliargs):
|
def test_no_usernames_provided(cliargs):
|
||||||
with pytest.raises(InteractivesSubprocessError, match=r"error: the following arguments are required: USERNAMES"):
|
with pytest.raises(InteractivesSubprocessError, match=r"error: the following arguments are required: USERNAMES"):
|
||||||
Interactives.run_cli(cliargs)
|
Interactives.run_cli(cliargs)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#def test_area(self):
|
|
||||||
# test_usernames = ["test{?}test" , "test{?feo" , "test"]
|
|
||||||
# for name in test_usernames:
|
|
||||||
# if(sh.check_for_parameter(name)):
|
|
||||||
# self.assertAlmostEqual(sh.multiple_usernames(name), ["test_test" , "test-test" , "test.test"])
|
|
||||||
# else:
|
|
||||||
# self.assertAlmostEqual(name, name)
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue