Files
gnwmanager/tests/test_main.py
2023-08-19 15:52:11 -07:00

13 lines
121 B
Python

import pytest
import gnwmanager
@pytest.fixture
def data():
return 1
def test_dummy(data):
assert data == 1