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
After creating the venv and trying to run the test suite, I got some errors about missing dependencies and since there is no requirements.txt I had to figure them out until the errors stopped. When I went to add the tests I had to figure out the xpass and xfail dirs and then I got some errors because I didn't add the .. expect: directive. Even though eventually I figured all these things out, other contributors might not, and I could have saved some time if these things were documented.
The text was updated successfully, but these errors were encountered:
Adding tox would be useful here: it can take care of virtualenvs, installing dependencies, running tests, and also make it easy to test on multiple Python versions.
I think it would be useful to document:
After creating the
venv
and trying to run the test suite, I got some errors about missing dependencies and since there is norequirements.txt
I had to figure them out until the errors stopped. When I went to add the tests I had to figure out thexpass
andxfail
dirs and then I got some errors because I didn't add the.. expect:
directive. Even though eventually I figured all these things out, other contributors might not, and I could have saved some time if these things were documented.The text was updated successfully, but these errors were encountered: