Setup a python test framework
This commit is contained in:
parent
4d339b7b5d
commit
5b7a5b2a76
15 changed files with 130 additions and 11 deletions
|
@ -534,8 +534,7 @@ class MILC(object):
|
|||
if not self._inside_context_manager:
|
||||
# If they didn't use the context manager use it ourselves
|
||||
with self:
|
||||
self.__call__()
|
||||
return
|
||||
return self.__call__()
|
||||
|
||||
if not self._entrypoint:
|
||||
raise RuntimeError('No entrypoint provided!')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue