Skip to content
Snippets Groups Projects
Commit 481ce0b8 authored by Stefano Borini's avatar Stefano Borini
Browse files

Flake

parent f3cce10f
No related branches found
No related tags found
1 merge request!108Introduced log file option
......@@ -43,16 +43,16 @@ class TestExecution(unittest.TestCase):
with self.assertRaises(subprocess.CalledProcessError):
subprocess.check_call(
["force_bdss", "test_csv_v2.json"],
stdout=subprocess.DEVNULL,
stderr=subprocess.DEVNULL)
stdout=subprocess.DEVNULL,
stderr=subprocess.DEVNULL)
def test_corrupted_file_input(self):
with cd(fixtures.dirpath()):
with self.assertRaises(subprocess.CalledProcessError):
subprocess.check_call(
["force_bdss", "test_csv_corrupted.json"],
stdout=subprocess.DEVNULL,
stderr=subprocess.DEVNULL)
stdout=subprocess.DEVNULL,
stderr=subprocess.DEVNULL)
if __name__ == '__main__':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment