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
When I run the test suite multiple times, I see tests/data/gnomAD/json/GnomadCAF get modified. It seems strange to me that a test suite is writing to a test data file.
When I run the test suite multiple times, I see
tests/data/gnomAD/json/GnomadCAF
get modified. It seems strange to me that a test suite is writing to a test data file.Steps to reproduce:
python -m venv venv
source venv/bin/activate
pip install -e .[dev]
pytest
It's not deterministic, hence needing to run the test suite$n$ times to reproduce.
The text was updated successfully, but these errors were encountered: