X-Git-Url: http://average.org/gitweb/?a=blobdiff_plain;f=test%2Ftest_black.py;h=49227493b21877d57881a963dcc8ec2c8b67ef8b;hb=e5293bac96a50a146b86eca8089abbc235b43200;hp=cc72eae03d88bfb2f954f824fbafcf68254787cc;hpb=84c11e46ef8ec36824b0d040972de37e41943b5d;p=loctrkd.git diff --git a/test/test_black.py b/test/test_black.py index cc72eae..4922749 100644 --- a/test/test_black.py +++ b/test/test_black.py @@ -21,7 +21,7 @@ class BlackFormatter(TestCase): self.fail(f"black not installed.") cmd = ( ["black", "--check", "--diff", "-l", "79"] - + glob("gps303/**/*.py", recursive=True) + + glob("loctrkd/**/*.py", recursive=True) + glob("test/**/*.py", recursive=True) ) output = run(cmd, capture_output=True)