X-Git-Url: http://www.average.org/gitweb/?p=loctrkd.git;a=blobdiff_plain;f=test%2Ftest_black.py;h=49227493b21877d57881a963dcc8ec2c8b67ef8b;hp=cc72eae03d88bfb2f954f824fbafcf68254787cc;hb=dbdf9d63af31770ad57302e16b17a2fdc526773f;hpb=bf48ccad4b4b91e7d7e09d1087f5953bc2db97d7 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)