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

Update GUI tests to run by default #8009

Merged
merged 1 commit into from
Apr 29, 2024
Merged

Conversation

drew2a
Copy link
Collaborator

@drew2a drew2a commented Apr 29, 2024

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.

@drew2a drew2a marked this pull request as ready for review April 29, 2024 10:47
@drew2a drew2a requested a review from a team as a code owner April 29, 2024 10:47
@drew2a drew2a requested review from xoriole and removed request for a team April 29, 2024 10:47
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.
@drew2a drew2a merged commit c66c7a1 into Tribler:main Apr 29, 2024
20 checks passed
@drew2a drew2a deleted the feature/gui_test_run branch April 29, 2024 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants