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

UnitTest flags #514

Merged
merged 1 commit into from
Mar 6, 2022
Merged

UnitTest flags #514

merged 1 commit into from
Mar 6, 2022

Conversation

Jason2605
Copy link
Member

Well detailed description of the change :

This PR moves the results to be stored within the test object itself rather than stored on the parent UnitTest class. It also adds two new global flags forceExitOnFailure and forceOnlyFailures. These are class variables on UnitTest that can be set meaning they do not need to be set on every single unittest class.

The previous attributes still work and allow class level filtering too.

Type of change:

  • New feature

Housekeeping

  • Documentation has been updated to reflect the changes done within this PR (if applicable).

@Jason2605 Jason2605 added the enhancement Implementation of a new feature label Mar 6, 2022
@Jason2605 Jason2605 self-assigned this Mar 6, 2022
@Jason2605 Jason2605 merged commit 5d51e40 into develop Mar 6, 2022
@Jason2605 Jason2605 deleted the feature/unit_test_flags branch March 6, 2022 16:00
@Jason2605 Jason2605 mentioned this pull request May 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Implementation of a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant