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
I was trying to run the tests using pytest and I realized that a lot of data dependencies for tests do not exist in the repository. Would it be possible to include them as well?
For example: ./data/test/bash_queries.json which is required in tests/test_env_bash.py
I am planning to use intercode as an isolated execution environment for my cybersecurity related competition. It would be very helpful if you could include the tests in the repo.
The text was updated successfully, but these errors were encountered:
Hi,
I was trying to run the tests using
pytest
and I realized that a lot of data dependencies for tests do not exist in the repository. Would it be possible to include them as well?For example:
./data/test/bash_queries.json
which is required intests/test_env_bash.py
I am planning to use intercode as an isolated execution environment for my cybersecurity related competition. It would be very helpful if you could include the tests in the repo.
The text was updated successfully, but these errors were encountered: