Tribler / tribler

Privacy enhanced BitTorrent client with P2P content discovery
https://www.tribler.org
GNU General Public License v3.0
4.73k stars 445 forks source link

Add dependency management to GUI tests #8015

Closed drew2a closed 2 months ago

drew2a commented 2 months ago

Introduced pytest-dependency and pytest-order packages to manage dependencies between GUI tests. This allows for more controlled execution of test cases, ensuring that certain tests run before others. The test_downloads function is now marked as a dependency for other related test functions, enforcing the order in which they are executed.

Fixes #8010

Refs: