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

Add UnitTest import option with category #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fuzzysolutions
Copy link

I added the ability to use the categories also for unit tests (and not only for manual tests), so that in the test selector, unit tests don't all end up under the category "general".

To make use of this option, the user needs to put a function unitTestsWithCategories() to his run_all_tests module, returning a list with tuples of tests and categories instead of a list of tests like in unitTests().

By the design of the code, the option is backwards compatible, if there is no unitTestsWithCategories(), the code still looks out for the unitTests() function.

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.

1 participant