summaryrefslogtreecommitdiff
path: root/tests/test_api.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-05-01 08:16:06 -0400
committerNed Batchelder <ned@nedbatchelder.com>2022-05-01 13:00:38 -0400
commit420c01394a31415d7a7cbb80be196bcfca48482c (patch)
treed71672faede9de984c024eadc678ae05ff5af558 /tests/test_api.py
parent53f00a00b7cfb5e856136ea600844160746d6ae2 (diff)
downloadpython-coveragepy-git-420c01394a31415d7a7cbb80be196bcfca48482c.tar.gz
style: parens should indent the same as their opening line
Diffstat (limited to 'tests/test_api.py')
-rw-r--r--tests/test_api.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_api.py b/tests/test_api.py
index bc2d05f6..63bb9abc 100644
--- a/tests/test_api.py
+++ b/tests/test_api.py
@@ -540,7 +540,7 @@ class ApiTest(CoverageTest):
"Module xyzzy was never imported. (module-not-imported)",
"Module quux was never imported. (module-not-imported)",
"No data was collected. (no-data-collected)",
- )
+ )
def test_warnings_suppressed(self):
self.make_file("hello.py", """\
@@ -1225,7 +1225,7 @@ class RelativePathTest(CoverageTest):
config_file=".coveragerc",
concurrency="multiprocessing",
data_suffix=False,
- )
+ )
cov.start()
cov.stop()
# The warning isn't the point of this test, but suppress it.