refactor for independent test dirs #7
1 changed files with 3 additions and 3 deletions
|
|
@ -10,9 +10,9 @@ class RunnerNextcloud(Runner):
|
|||
name: str = "nextcloud"
|
||||
test_dir_name: str = "tests_nextcloud"
|
||||
dependencies = [RunnerAuthentik]
|
||||
setups = [Test(test_file="setup_nextcloud.py")]
|
||||
setups = [Test(test_file="setup_nextcloud.py", prevent_skip=False)]
|
||||
tests = [
|
||||
Test(test_file="tests_nextcloud.py"),
|
||||
Test(condition=condition_always_false, test_file="tests_nextcloud_onlyoffice.py"),
|
||||
Test(test_file="tests_nextcloud.py", prevent_skip=True),
|
||||
# Test(condition=condition_always_false, test_file="tests_nextcloud_onlyoffice.py"),
|
||||
]
|
||||
# cleanups = [Test(test_file="cleanup_nextcloud.py")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue