-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation should explain how to run tests #3260
Comments
Are you able to make a PR? |
@mpenkov how are the (local) tests run? Another user bitten by this https://groups.google.com/g/gensim/c/MIbugjh2suc, CC @finnhacks42. Let me know and I'll add it to the documentation. Both to Testing Gensim (where @yurivict looked for it) and also into our Developer page wiki. |
|
It also looks like the OP didn't compile the C extensions, which is why the test failed. So the problem wasn't running the tests, it was installing gensim from source. |
So, the recommended steps for a local test are now: pip install -e .
pytest gensim Correct? |
I tried that and got partial success.
I've updated the Developer page wiki, but the testing path is still not super clear to me. Might be due to my Apple M1 laptop. |
Apparently tests are still broken on macOS?
UPD. Wait, maybe it is due to missing |
The Testing Gensim section of the documentation doesn't explain how to run tests.
Running
python -m pytest
fails:The text was updated successfully, but these errors were encountered: