Skip to content
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

GUI tests are order dependent #8010

Closed
drew2a opened this issue Apr 29, 2024 · 0 comments · Fixed by #8015
Closed

GUI tests are order dependent #8010

drew2a opened this issue Apr 29, 2024 · 0 comments · Fixed by #8015

Comments

@drew2a
Copy link
Contributor

drew2a commented Apr 29, 2024

It turns out that the GUI tests are order-dependent.

How to reproduce:

  1. Run test_download_details in isolation.

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

1 participant