We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b81b71b commit 79d146aCopy full SHA for 79d146a
2 files changed
tests/__init__.py
tests/test_io.py
@@ -71,7 +71,3 @@ def test_read(dataFile: DataFileParam):
71
if dataFile.expected_cols:
72
for col in dataFile.expected_cols:
73
assert col in data.columns
74
-
75
76
-if __name__ == "__main__":
77
- pytest.main()
0 commit comments