summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2019-12-08 04:03:17 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2019-12-08 04:03:17 (GMT)
commita8e707d20e1a7d7d6a45510194b2acbdf9ca8c3d (patch)
tree50bda90bd05fe6c52e3177d77962c1f206884de4 /test
parentb1ac9ecfe28437f7e3480cd31120f12bd43c968b (diff)
downloadSCons-a8e707d20e1a7d7d6a45510194b2acbdf9ca8c3d.zip
SCons-a8e707d20e1a7d7d6a45510194b2acbdf9ca8c3d.tar.gz
SCons-a8e707d20e1a7d7d6a45510194b2acbdf9ca8c3d.tar.bz2
Reformat test/Command.py PEP8
Diffstat (limited to 'test')
-rw-r--r--test/Command.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/test/Command.py b/test/Command.py
index 1eb5f77..d8ca86d 100644
--- a/test/Command.py
+++ b/test/Command.py
@@ -142,9 +142,9 @@ Source scanner node= f8.in builder = wo-env
Target scanner node= f8s.out builder = wo-env
'''
-out = test.run(arguments = '.',
- stderr = test_str,
- match=TestSCons.match_re_dotall)
+out = test.run(arguments='.',
+ stderr=test_str,
+ match=TestSCons.match_re_dotall)
test.must_match('f1.out', "f1.in\n", mode='r')
@@ -159,7 +159,8 @@ test.must_match('f7s.out', "f7.in\n", mode='r')
test.must_match('f8s.out', "f8.in\n", mode='r')
test.must_match('f9.out', "f9.in\n", mode='r')
test.must_match('f10.out', "f10.in\n", mode='r')
-test.must_match(['expand_chdir_sub', 'f11.out'], "expand_chdir_sub/f11.in\n", mode='r')
+test.must_match(['expand_chdir_sub', 'f11.out'],
+ "expand_chdir_sub/f11.in\n", mode='r')
test.pass_test()