This repository has been archived on 2023-08-12. You can view files and clone it, but cannot push or open issues or pull requests.
authentic2-gnm/tests/test_commands.py

8 lines
100 B
Python

import pytest
def test_dummy(db, app):
assert 1
def test_another_dummy(db, app):
assert 1