Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Unit tests for set logic #18

Open
juliangruendner opened this issue May 18, 2022 · 0 comments
Open

Unit tests for set logic #18

juliangruendner opened this issue May 18, 2022 · 0 comments
Assignees

Comments

@juliangruendner
Copy link
Collaborator

juliangruendner commented May 18, 2022

Unit tests, which test the set and combination logic of should be added.

This includes
inclusion with AND and OR
exclusion with OR and AND

The tests should always be structured in a way to test all paths
for example:

incl: crit1
incl: crit1 AND crit2
incl: crti1 AND (crit2 OR crit 3)

incl: crit1 , excl: crit2
incl: crit1, excl: crit2 OR (crit3)
incl: crit1, excl: crti2 OR (crit3 AND crit4)

etc...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants