|
|
@@ -100,9 +100,6 @@ class TestParseArgs(unittest.TestCase): |
|
|
|
def test_parse_args_clipboard_short(self): |
|
|
|
self.assertTrue(parse_args(["site", "-c"]).clipboard) |
|
|
|
|
|
|
|
def test_parse_args_clipboard_backward_compatibility(self): |
|
|
|
self.assertTrue(parse_args(["site", "--clipboard"]).clipboard) |
|
|
|
|
|
|
|
def test_parse_args_prompt_long(self): |
|
|
|
self.assertTrue(parse_args(["--prompt"]).prompt) |
|
|
|
|
|
|
|