python-pydicom-data/pytest8.patch

13 lines
383 B
Diff

--- a/data_store/tests/test_utils.py
+++ b/data_store/tests/test_utils.py
@@ -10,7 +10,7 @@
class TestDataStore:
"""Test the interface for the data sources"""
- def setup(self):
+ def setup_method(self):
self.data_path = Path(__file__).resolve().parent.parent / "data"
self.fname = "693_UNCI.dcm"
Nur in b/pydicom-data-1.0.0: .pytest_cache.