-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
ModOpt currently use unittest module to perform tests, yet there is strong redundancy in some cases (especially for opt/test_algorithms.py , and does not inspire to write new ones.
Describe the solution you'd like
Refactoring (part of) the test setup of ModOpt , using pytest - especially fixtures and parametrize functionnalities- . It is in fact already configured for the project and it the developer requirement.
Are you planning to submit a Pull Request?
- [ X] Yes
Reactions are currently unavailable