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
It turns out that the GUI tests are order-dependent.
How to reproduce:
test_download_details
Dependent tests:
test_downloads test_download_start_stop_remove_recheck test_download_details
A possible solution that does not require deep refactoring is to use pytest-order or pytest-dependency.
Affected PR:
The text was updated successfully, but these errors were encountered:
drew2a
Successfully merging a pull request may close this issue.
It turns out that the GUI tests are order-dependent.
How to reproduce:
test_download_details
in isolation.Dependent tests:
A possible solution that does not require deep refactoring is to use pytest-order or pytest-dependency.
Affected PR:
The text was updated successfully, but these errors were encountered: