NotImplemented is not callable.

parent 3a971c32
......@@ -1197,9 +1197,9 @@ exit 0""" % {'worked_file': worked_file, 'lockfile': lockfile})
def test_slapgrid_processes_partition_after_global_timeout(self):
"""
"""
raise NotImplemented()
raise NotImplementedError()
def test_slapgrid_processes_partition_after_timeout_defined_by_software_release(self):
"""
"""
raise NotImplemented()
raise NotImplementedError()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment