Redesign mexargs_test class so that users do not have to subclass it
-
mexargs_test
only defines methods that use amatlab.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