py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV) py$(PYV): commands[0]> python -m coverage run tests/test_bugbear.py -v test_b001 (__main__.BugbearTestCase) ... ok test_b002 (__main__.BugbearTestCase) ... ok test_b003 (__main__.BugbearTestCase) ... ok test_b004 (__main__.BugbearTestCase) ... ok test_b005 (__main__.BugbearTestCase) ... ok test_b006_b008 (__main__.BugbearTestCase) ... ok test_b007 (__main__.BugbearTestCase) ... ok test_b008_extended (__main__.BugbearTestCase) ... ok test_b009_b010 (__main__.BugbearTestCase) ... ok test_b011 (__main__.BugbearTestCase) ... ok test_b012 (__main__.BugbearTestCase) ... ok test_b012_py311 (__main__.BugbearTestCase) ... skipped 'requires 3.11+' test_b013 (__main__.BugbearTestCase) ... ok test_b013_py311 (__main__.BugbearTestCase) ... skipped 'requires 3.11+' test_b014 (__main__.BugbearTestCase) ... ok test_b014_py311 (__main__.BugbearTestCase) ... skipped 'requires 3.11+' test_b015 (__main__.BugbearTestCase) ... ok test_b016 (__main__.BugbearTestCase) ... ok test_b017 (__main__.BugbearTestCase) ... ok test_b018_classes (__main__.BugbearTestCase) ... ok test_b018_functions (__main__.BugbearTestCase) ... ok test_b018_modules (__main__.BugbearTestCase) ... ok test_b018_nested (__main__.BugbearTestCase) ... ok test_b019 (__main__.BugbearTestCase) ... ok test_b020 (__main__.BugbearTestCase) ... ok test_b021_classes (__main__.BugbearTestCase) ... ok test_b022 (__main__.BugbearTestCase) ... ok test_b023 (__main__.BugbearTestCase) ... ok test_b024 (__main__.BugbearTestCase) ... ok test_b025 (__main__.BugbearTestCase) ... ok test_b025_py311 (__main__.BugbearTestCase) ... skipped 'requires 3.11+' test_b026 (__main__.BugbearTestCase) ... ok test_b027 (__main__.BugbearTestCase) ... ok test_b028 (__main__.BugbearTestCase) ... ok test_b029 (__main__.BugbearTestCase) ... ok test_b029_py311 (__main__.BugbearTestCase) ... skipped 'requires 3.11+' test_b030 (__main__.BugbearTestCase) ... ok test_b030_py311 (__main__.BugbearTestCase) ... skipped 'requires 3.11+' test_b031 (__main__.BugbearTestCase) ... ok test_b032 (__main__.BugbearTestCase) ... ok test_b033 (__main__.BugbearTestCase) ... ok test_b034 (__main__.BugbearTestCase) ... ok test_b035 (__main__.BugbearTestCase) ... ok test_b036 (__main__.BugbearTestCase) ... ok test_b036_py311 (__main__.BugbearTestCase) ... skipped 'requires 3.11+' test_b037 (__main__.BugbearTestCase) ... ok test_b039 (__main__.BugbearTestCase) ... ok test_b040 (__main__.BugbearTestCase) ... ok test_b041 (__main__.BugbearTestCase) ... ok test_b901 (__main__.BugbearTestCase) ... ok test_b902 (__main__.BugbearTestCase) ... ok test_b902_extended (__main__.BugbearTestCase) ... ok test_b902_py38 (__main__.BugbearTestCase) ... ok test_b903 (__main__.BugbearTestCase) ... ok test_b904 (__main__.BugbearTestCase) ... ok test_b904_py311 (__main__.BugbearTestCase) ... skipped 'requires 3.11+' test_b905 (__main__.BugbearTestCase) ... skipped 'requires 3.10+' test_b906 (__main__.BugbearTestCase) ... ok test_b907 (__main__.BugbearTestCase) ... ok test_b907_format_specifier_permutations (__main__.BugbearTestCase) ... ok test_b908 (__main__.BugbearTestCase) ... ok test_b909 (__main__.BugbearTestCase) ... ok test_b910 (__main__.BugbearTestCase) ... ok test_b911 (__main__.BugbearTestCase) ... skipped 'requires 3.13+' test_b950 (__main__.BugbearTestCase) ... ok test_b9_extend_select (__main__.BugbearTestCase) ... ok test_b9_flake8_next_default_options (__main__.BugbearTestCase) ... ok test_b9_select (__main__.BugbearTestCase) ... ok test_selfclean_bugbear (__main__.BugbearTestCase) ... ok test_selfclean_test_bugbear (__main__.BugbearTestCase) ... ok test_does_not_crash_on_call_in_except_statement (__main__.TestFuzz) ... skipped 'No hypothesmith packaged yet' test_does_not_crash_on_site_code (__main__.TestFuzz) ... skipped 'No hypothesmith packaged yet' test_does_not_crash_on_tuple_expansion_in_except_statement (__main__.TestFuzz) ... skipped 'No hypothesmith packaged yet' ---------------------------------------------------------------------- Ran 73 tests OK (skipped=13) py$(PYV): commands[1]> python -m coverage report -m Name Stmts Miss Cover Missing ----------------------------------------------------- bugbear.py 1129 39 97% 139-140, 150-161, 290, 304, 404, 612-615, 742, 1273, 1465, 1482, 1520-1542, 1549, 1623, 1736, 1799, 1857-1859, 1911-1912, 2048-2049 tests/test_bugbear.py 464 58 88% 226-234, 248-255, 278-294, 531-534, 594-601, 616-624, 716-727, 1012-1021, 1025-1039, 1190-1201, 1210-1214, 1221-1229, 1235-1238 ----------------------------------------------------- TOTAL 1593 97 94% py$(PYV): OK congratulations :)