move all test files into their own folder, as if this were an authentik recipe repo

This commit is contained in:
Daniel 2023-12-05 19:03:28 +01:00
parent 3841658e4e
commit d2f50fb791
22 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,6 @@
def test_true():
assert 1 + 1 == 2
def test_not_true():
assert 1 + 1 == 3