* authentik sessions created successfully during setup without breaking tracing * setup works on EN and DE localization by using regex patterns * automated tracing with pytest --trace option, manual hook no longer needed Reviewed-on: local-it-infrastructure/e2e_tests#2 Co-authored-by: Daniel <d.brummerloh@gmail.com> Co-committed-by: Daniel <d.brummerloh@gmail.com>
6 lines
84 B
Python
6 lines
84 B
Python
def test_true():
|
|
assert 1 + 1 == 2
|
|
|
|
|
|
def test_not_true():
|
|
assert 1 + 1 == 3
|