Fixups to tests/conftest.py
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user