move all tests to their own dir
This commit is contained in:
parent
d38808ac65
commit
ce76e14358
22 changed files with 0 additions and 0 deletions
6
src-tests/tests_authentik/test_authentik_dummy.py
Normal file
6
src-tests/tests_authentik/test_authentik_dummy.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
def test_true():
|
||||
assert 1 + 1 == 2
|
||||
|
||||
|
||||
def test_not_true():
|
||||
assert 1 + 1 == 3
|
||||
Loading…
Add table
Add a link
Reference in a new issue