use dummy test
This commit is contained in:
parent
493b44fe0f
commit
0e1aaa136c
2 changed files with 3 additions and 1 deletions
|
|
@ -13,4 +13,4 @@ def condition_always_false(dotenv_path: Path) -> bool:
|
|||
|
||||
class RunnerAuthentik(Runner):
|
||||
test_dir_name = "tests_authentik"
|
||||
main_test_name = "test_authentik_setup.py"
|
||||
main_test_name = "test_authentik_dummy.py"
|
||||
|
|
|
|||
2
src/tests_authentik/test_authentik_dummy.py
Normal file
2
src/tests_authentik/test_authentik_dummy.py
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
def test_true():
|
||||
assert 1 + 1 == 2
|
||||
Loading…
Add table
Add a link
Reference in a new issue