We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8002ed8 commit 09bca2fCopy full SHA for 09bca2f
tests/dataconverter/test_helpers.py
@@ -49,7 +49,6 @@ def fixture_template():
49
return template
50
51
52
-@pytest.mark.usefixtures("template")
53
@pytest.fixture(name="filled_test_data")
54
def fixture_filled_test_data(template, tmp_path):
55
"""pytest fixture to setup a filled in template."""
tests/dataconverter/test_writer.py
@@ -32,7 +32,6 @@
32
)
33
34
35
-@pytest.mark.usefixtures("filled_test_data")
36
@pytest.fixture(name="writer")
37
def fixture_writer(filled_test_data, tmp_path):
38
"""pytest fixture to setup Writer object to be used by tests with dummy data."""
0 commit comments