-
Notifications
You must be signed in to change notification settings - Fork 1
New Penalty Tests Logic #141
Copy link
Copy link
Open
Labels
Issue Level: moderateA moderate issue may require new components and several files, but not a complete subsystem.A moderate issue may require new components and several files, but not a complete subsystem.TemplateLibraryThis issue is related to the Template LibraryThis issue is related to the Template Library
Metadata
Metadata
Assignees
Labels
Issue Level: moderateA moderate issue may require new components and several files, but not a complete subsystem.A moderate issue may require new components and several files, but not a complete subsystem.TemplateLibraryThis issue is related to the Template LibraryThis issue is related to the Template Library
We want to split the template library function tests into two: normal ones and penalty ones. The why of that is because we can have two approaches: if the test pass it is okay or if the test fails it is okay. So we decided to implement if the test pass it is okay, but we will split into two types of test to help the user to understand how it needs to be configured, as it will highlight how the process works.