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

Flake

parent e7f7c217
No related branches found
No related tags found
1 merge request!45Added support for MCO named parameters.
......@@ -3,8 +3,6 @@ import subprocess
import os
from contextlib import contextmanager
from six import StringIO
from force_bdss.tests import fixtures
......@@ -32,7 +30,6 @@ class TestExecution(unittest.TestCase):
def test_plain_invocation_evaluate(self):
with cd(fixtures.dirpath()):
input = StringIO()
proc = subprocess.Popen([
"force_bdss", "--evaluate", "test_csv.json"],
stdin=subprocess.PIPE,
......
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