Skip to content

Redesign mexargs_test class so that users do not have to subclass it

Antoine Merle requested to merge feature/abandon_class_inheritance into master
  • mexargs_test only defines methods that use a matlab.unittest.TestCase object
  • projects using this class can now load their whole (or part of their) test suite without having this project in the path.
  • at the cost of adding some boilerplate code to their ***_mexargs_test class

Merge request reports