Cleanup tests
Cleans up test args on new tests. Add log path to default config test so as not to mangle default log outside of tests. Match setup functions to archive/clone. Remove testing marker that was commited in error.
This commit is contained in:
@@ -184,14 +184,8 @@ def test_cli_archive_soft_fail(test_args: list[str], tmp_path: Path):
|
||||
@pytest.mark.parametrize(
|
||||
("test_args", "response"),
|
||||
(
|
||||
(
|
||||
["--user", "nasa", "--submitted"],
|
||||
502,
|
||||
),
|
||||
(
|
||||
["--user", "nasa", "--submitted"],
|
||||
504,
|
||||
),
|
||||
(["--user", "nasa", "--submitted"], 502),
|
||||
(["--user", "nasa", "--submitted"], 504),
|
||||
),
|
||||
)
|
||||
def test_user_serv_fail(test_args: list[str], response: int, tmp_path: Path):
|
||||
|
||||
Reference in New Issue
Block a user