All previous definitions all expid_path
, tmp_path
, log_path
and aslogs_path
(and similar) have been removed and their calls have been switched for BasicConfig.foo()
calls. Impacted tests are mainly affected in terms of adding Mock objects since BasicConfig.foo()
functions are not available in autosubmitconfigparser yet. No new tests added.
-
Resolve merging conflicts -
Remove mocked tests and use testing from latest configparser commit until new version is launched