Skip to content
Snippets Groups Projects

Introduce Verifier to check if a model can run and if not, report the errors.

Merged Adham Hashibon requested to merge verifier into master
11 files
+ 384
26
Compare changes
  • Side-by-side
  • Inline
Files
11
@@ -26,7 +26,7 @@ class TestExecution(unittest.TestCase):
def test_plain_invocation_mco(self):
with cd(fixtures.dirpath()):
try:
subprocess.check_output(["force_bdss", "test_empty.json"],
subprocess.check_output(["force_bdss", '--help'],
stderr=subprocess.STDOUT)
except subprocess.CalledProcessError:
self.fail("force_bdss returned error at plain invocation.")
Loading