summaryrefslogtreecommitdiff
path: root/grc/tests/test_compiler.py
diff options
context:
space:
mode:
Diffstat (limited to 'grc/tests/test_compiler.py')
-rw-r--r--grc/tests/test_compiler.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/grc/tests/test_compiler.py b/grc/tests/test_compiler.py
index fbdffd3e0f..4e0e262809 100644
--- a/grc/tests/test_compiler.py
+++ b/grc/tests/test_compiler.py
@@ -13,11 +13,13 @@ import tempfile
from grc.compiler import main
+
def test_compiler(capsys):
args = Namespace(
output=tempfile.gettempdir(),
user_lib_dir=False,
- grc_files=[path.join(path.dirname(__file__), 'resources', 'test_compiler.grc')],
+ grc_files=[path.join(path.dirname(__file__),
+ 'resources', 'test_compiler.grc')],
run=True
)