We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I had to install pytest-cov and pytest-timeout to be able to run pytest on this repository.
pytest-cov
pytest-timeout
pytest
Can this be documented. It is unclear how tests are running with CI on GHA.
Also, 2 tests are failing on my machine with master now.
The text was updated successfully, but these errors were encountered:
I was able to run all tests in one go but failed to run one test at a time.
Instructions to run one test at a time would be helpful too.
Sorry, something went wrong.
@paskino did you follow the instructions here https://github.com/TomographicImaging/eqt/blob/main/CONTRIBUTING.md to do pip install .[dev]? I did that and had no problem running pytest (other than the tests failing but that's a separate problem!)
pip install .[dev]
Tests are no longer failing.
casperdcl
No branches or pull requests
I had to install
pytest-cov
andpytest-timeout
to be able to runpytest
on this repository.Can this be documented. It is unclear how tests are running with CI on GHA.
Also, 2 tests are failing on my machine with master now.
The text was updated successfully, but these errors were encountered: