-
Notifications
You must be signed in to change notification settings - Fork 301
Difficulties with the testing #228
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
Comments
You also need to install the dependencies via |
@jerel doesn't help, still get the errors in the first dump |
Is that with a virtualenv active? I didn't mention that earlier but that is the way you should run it. |
Yes. I recorded it, maybe you see the fault there: http://www.pasteall.org/pic/show.php?id=102247 |
py.test deprecated the generation of test scripts, see: https://pytest.org/latest/goodpractices.html#deprecated-create-a-pytest-standalone-script Try running the tests using just |
@abdulhaq-e thank you sir! |
I still have difficulties running the tests. Following steps were taken:
pip install -e
python runtests.py
Now I get following output (truncated)
This output repeats for every test...
Now, as a sidenote, I actually don't like having all this stuff globally on my OS, so I tried with a virtualenv too. What then happens is following error:
I'm not familiar with pytest at all. A little more guidance for running those tests would be very nice :)
The text was updated successfully, but these errors were encountered: