add api testing #14
3 changed files with 3 additions and 7 deletions
|
|
@ -4,4 +4,4 @@ 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")]
|
||||
tests = [Test(test_file="test_authentik_blueprint_api.py")]
|
||||
|
|
|
|||
|
|
@ -0,0 +1,2 @@
|
|||
# api testing
|
||||
# https://playwright.dev/python/docs/api-testing
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
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