e2e_tests/src-tests/tests_authentik/test_authentik_dummy.py

6 lines
84 B
Python

def test_true():
assert 1 + 1 == 2
def test_not_true():
assert 1 + 1 == 3