Marcel Telka
2023-11-29 3403c27608bac8ac0e6f1fb712434ce4c1f30957
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
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_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_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_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 56 tests
 
OK (skipped=4)
py$(PYV): commands[1]> python -m coverage report -m
Name                    Stmts   Miss  Cover   Missing
-----------------------------------------------------
bugbear.py                914     28    97%   135-136, 146-157, 285, 299, 352, 584, 1217, 1234, 1270-1292, 1299, 1373, 1484, 1613-1614
tests/test_bugbear.py     356     14    96%   760-774, 879-883, 890-898, 904-907
-----------------------------------------------------
TOTAL                    1270     42    97%
  py$(PYV): OK
  congratulations :)