* general project refactoring * various small improvements * improve imap fixture with helper functions and typing * add wordpress send email setup * add wordpress receive email test * add various documentation Reviewed-on: local-it-infrastructure/e2e_tests#13 Co-authored-by: Daniel <d.brummerloh@gmail.com> Co-committed-by: Daniel <d.brummerloh@gmail.com>
7 lines
207 B
Python
7 lines
207 B
Python
from pytest_abra import Runner, Test
|
|
|
|
|
|
class RunnerAuthentik(Runner):
|
|
env_type = "authentik"
|
|
setups = [Test(test_file="setup_authentik.py")]
|
|
# tests = [Test(test_file="test_authentik_dummy.py")]
|