test_pass_everything.py: reformat
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 25 Sep 2020 14:15:25 +0000 (10:15 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 25 Sep 2020 14:15:25 +0000 (10:15 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
tests/config/yaml/2/test_pass_everything.py

index 0c10a36774eb37305c38611590885f747182853f..0eb880cacca09a07b7e5509d749802eea65fb239 100644 (file)
@@ -28,8 +28,8 @@ import subprocess
 
 
 def test_everything(request, tmpdir):
-    yaml_path = os.path.join(os.path.dirname(request.fspath), 'configs', 'pass', 'everything',
-                             'config.yaml')
+    yaml_path = os.path.join(os.path.dirname(request.fspath), 'configs',
+                             'pass', 'everything', 'config.yaml')
     yaml_dir = os.path.dirname(yaml_path)
 
     with open(yaml_path) as f:
This page took 0.024435 seconds and 4 git commands to generate.