Feature/214 adding unit tests node model manager
This MR purpose is to add more unit tests to model manager. Unit tests have been redesigned and some issues have been fixed.
Main issues fixed:
- rename tests name
- do not call
environ['VARIABLE']=some_variable
but ratherself.values['VARIABLE']=some_variable
whereself.variable = copy.deepcopy(environ)
- other tests have been added
- created another Exception
FedbiomedModelManagerException
other issues that may require reviewer attention:
- should test be skipped if some
PermissionError
orMemoryError
are triggered when running tests? - variable name?
- patches
Edited by BOUILLARD Yannick