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
Issue Running pytest fails on first run as tests in test_read.py are dependent on files being created by tests in test_xlsxdatagrid.py.
test_read.py
test_xlsxdatagrid.py
On the second run, the tests pass.
Solution Ensure files required are created before running certain tests.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue
Running pytest fails on first run as tests in
test_read.py
are dependent on files being created by tests intest_xlsxdatagrid.py
.On the second run, the tests pass.
Solution
Ensure files required are created before running certain tests.
The text was updated successfully, but these errors were encountered: