Marcel Telka
2023-11-27 c9b1712b150502e70e18fff73addf857cbbb2bb2
commit | author | age
444a05 1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
MT 2 py$(PYV): commands[0]> python -m coverage run tests/test_bugbear.py -v
3 test_b001 (__main__.BugbearTestCase) ... ok
4 test_b002 (__main__.BugbearTestCase) ... ok
5 test_b003 (__main__.BugbearTestCase) ... ok
6 test_b004 (__main__.BugbearTestCase) ... ok
7 test_b005 (__main__.BugbearTestCase) ... ok
8 test_b006_b008 (__main__.BugbearTestCase) ... ok
9 test_b007 (__main__.BugbearTestCase) ... ok
10 test_b008_extended (__main__.BugbearTestCase) ... ok
11 test_b009_b010 (__main__.BugbearTestCase) ... ok
12 test_b011 (__main__.BugbearTestCase) ... ok
13 test_b012 (__main__.BugbearTestCase) ... ok
14 test_b013 (__main__.BugbearTestCase) ... ok
15 test_b014 (__main__.BugbearTestCase) ... ok
16 test_b015 (__main__.BugbearTestCase) ... ok
17 test_b016 (__main__.BugbearTestCase) ... ok
18 test_b017 (__main__.BugbearTestCase) ... ok
19 test_b018_classes (__main__.BugbearTestCase) ... ok
20 test_b018_functions (__main__.BugbearTestCase) ... ok
21 test_b018_modules (__main__.BugbearTestCase) ... ok
22 test_b019 (__main__.BugbearTestCase) ... ok
23 test_b020 (__main__.BugbearTestCase) ... ok
24 test_b021_classes (__main__.BugbearTestCase) ... ok
25 test_b022 (__main__.BugbearTestCase) ... ok
26 test_b023 (__main__.BugbearTestCase) ... ok
27 test_b024 (__main__.BugbearTestCase) ... ok
28 test_b025 (__main__.BugbearTestCase) ... ok
29 test_b026 (__main__.BugbearTestCase) ... ok
30 test_b027 (__main__.BugbearTestCase) ... ok
31 test_b028 (__main__.BugbearTestCase) ... ok
32 test_b029 (__main__.BugbearTestCase) ... ok
33 test_b030 (__main__.BugbearTestCase) ... ok
34 test_b031 (__main__.BugbearTestCase) ... ok
35 test_b032 (__main__.BugbearTestCase) ... ok
36 test_b033 (__main__.BugbearTestCase) ... ok
37 test_b034 (__main__.BugbearTestCase) ... ok
c9b171 38 test_b035 (__main__.BugbearTestCase) ... ok
444a05 39 test_b901 (__main__.BugbearTestCase) ... ok
MT 40 test_b902 (__main__.BugbearTestCase) ... ok
41 test_b902_extended (__main__.BugbearTestCase) ... ok
42 test_b902_py38 (__main__.BugbearTestCase) ... ok
43 test_b903 (__main__.BugbearTestCase) ... ok
44 test_b904 (__main__.BugbearTestCase) ... ok
45 test_b905 (__main__.BugbearTestCase) ... skipped 'requires 3.10+'
46 test_b906 (__main__.BugbearTestCase) ... ok
47 test_b907 (__main__.BugbearTestCase) ... ok
48 test_b907_format_specifier_permutations (__main__.BugbearTestCase) ... ok
49 test_b908 (__main__.BugbearTestCase) ... ok
50 test_b950 (__main__.BugbearTestCase) ... ok
51 test_b9_extend_select (__main__.BugbearTestCase) ... ok
52 test_b9_flake8_next_default_options (__main__.BugbearTestCase) ... ok
53 test_b9_select (__main__.BugbearTestCase) ... ok
54 test_selfclean_bugbear (__main__.BugbearTestCase) ... ok
55 test_selfclean_test_bugbear (__main__.BugbearTestCase) ... ok
56 test_does_not_crash_on_call_in_except_statement (__main__.TestFuzz) ... skipped 'No hypothesmith packaged yet'
57 test_does_not_crash_on_site_code (__main__.TestFuzz) ... skipped 'No hypothesmith packaged yet'
58 test_does_not_crash_on_tuple_expansion_in_except_statement (__main__.TestFuzz) ... skipped 'No hypothesmith packaged yet'
59
60 ----------------------------------------------------------------------
c9b171 61 Ran 56 tests
444a05 62
MT 63 OK (skipped=4)
64 py$(PYV): commands[1]> python -m coverage report -m
65 Name                    Stmts   Miss  Cover   Missing
66 -----------------------------------------------------
c9b171 67 bugbear.py                899     28    97%   135-136, 146-157, 285, 299, 352, 584, 1210, 1227, 1263-1285, 1292, 1366, 1477, 1582-1583
MT 68 tests/test_bugbear.py     356     14    96%   760-774, 879-883, 890-898, 904-907
444a05 69 -----------------------------------------------------
c9b171 70 TOTAL                    1255     42    97%
444a05 71   py$(PYV): OK
MT 72   congratulations :)