Tribler / tribler

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

Update GUI tests to run by default #8009

Closed drew2a closed 2 months ago

drew2a commented 2 months ago

Removed the --guitests option from pytest configuration and updated all GUI tests to run without needing this flag. This change simplifies the testing process, making it more straightforward to execute all tests, including those for the graphical user interface.

The rationale behind this change is as follows: we already have a separation between GUI and core tests, which makes the dedicated option --guitests redundant. To illustrate this point, we never run GUI tests without this particular flag.