3e71b2166c
We mostly import SATOSA and launch its WSGI app.
7 lines
84 B
Python
7 lines
84 B
Python
import pytest
|
|
|
|
|
|
def test_dummy():
|
|
actual = "hello"
|
|
assert actual == "hello"
|