prepare authentik test for blueprint api
This commit is contained in:
parent
6cfc23eb44
commit
ee05c07feb
3 changed files with 3 additions and 7 deletions
|
|
@ -4,4 +4,4 @@ from pytest_abra import Runner, Test
|
||||||
class RunnerAuthentik(Runner):
|
class RunnerAuthentik(Runner):
|
||||||
env_type = "authentik"
|
env_type = "authentik"
|
||||||
setups = [Test(test_file="setup_authentik.py")]
|
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