Skip to content

Commit 79d146a

Browse files
committed
Ensure pytest can run from repo root
1 parent b81b71b commit 79d146a

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

tests/__init__.py

Whitespace-only changes.

tests/test_io.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,3 @@ def test_read(dataFile: DataFileParam):
7171
if dataFile.expected_cols:
7272
for col in dataFile.expected_cols:
7373
assert col in data.columns
74-
75-
76-
if __name__ == "__main__":
77-
pytest.main()

0 commit comments

Comments
 (0)