You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As reported by @albertvillanova for example, the following test does not pass
$ TEST_PATH=tests/test_11_api.py::test_rows_endpoint make test
while this ones pass:
$ TEST_PATH="tests/test_11_api.py::test_endpoint tests/test_11_api.py::test_rows_endpoint" make test
It's because test_rows_endpoint requires the parquet files to exist, and we implicitly rely on the fact that they have been created in tests/test_11_api.py::test_endpoint.
Other implicit dependency is when we test is-valid and valid.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.
Please note that issues that do not follow the contributing guidelines are likely to be ignored.
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.
Please note that issues that do not follow the contributing guidelines are likely to be ignored.
As reported by @albertvillanova for example, the following test does not pass
while this ones pass:
It's because
test_rows_endpoint
requires the parquet files to exist, and we implicitly rely on the fact that they have been created intests/test_11_api.py::test_endpoint
.Other implicit dependency is when we test
is-valid
andvalid
.The text was updated successfully, but these errors were encountered: