Files
oidc2fer/src/satosa/tests/test_dummy.py
T
Jonathan Perret 3e71b2166c 🏗️(common) replace Django app with SATOSA
We mostly import SATOSA and launch its WSGI app.
2024-04-17 14:46:15 +02:00

7 lines
84 B
Python

import pytest
def test_dummy():
actual = "hello"
assert actual == "hello"