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_b013 (__main__.BugbearTestCase) ... ok test_b014 (__main__.BugbearTestCase) ... ok 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_b026 (__main__.BugbearTestCase) ... ok test_b027 (__main__.BugbearTestCase) ... ok test_b028 (__main__.BugbearTestCase) ... ok test_b029 (__main__.BugbearTestCase) ... ok test_b030 (__main__.BugbearTestCase) ... ok 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_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_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_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 64 tests OK (skipped=4) py$(PYV): commands[1]> python -m coverage report -m Name Stmts Miss Cover Missing ----------------------------------------------------- bugbear.py 1118 34 97% 139-140, 150-161, 290, 304, 401, 732, 1248, 1440, 1457, 1493-1515, 1522, 1596, 1707, 1816-1818, 1870-1871, 2007-2008 tests/test_bugbear.py 402 14 97% 914-928, 1084-1088, 1095-1103, 1109-1112 ----------------------------------------------------- TOTAL 1520 48 97% py$(PYV): OK congratulations :)