Fixups to tests/conftest.py

This commit is contained in:
Tiemen Schuijbroek
2021-02-15 21:57:45 +01:00
parent f48b33b083
commit ea02f44853

View File

@ -1,10 +1 @@
import pytest
from gaphor.conftest import Case
@pytest.fixture
def case():
case = Case()
yield case
case.shutdown()
from gaphor.conftest import Case, case