ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / python / flake8-bugbear / test / results-all.master
blobc6d0cd70fd90570bd23ddc6e9438cd24925b04cd
1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
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_b018_nested (__main__.BugbearTestCase) ... ok
23 test_b019 (__main__.BugbearTestCase) ... ok
24 test_b020 (__main__.BugbearTestCase) ... ok
25 test_b021_classes (__main__.BugbearTestCase) ... ok
26 test_b022 (__main__.BugbearTestCase) ... ok
27 test_b023 (__main__.BugbearTestCase) ... ok
28 test_b024 (__main__.BugbearTestCase) ... ok
29 test_b025 (__main__.BugbearTestCase) ... ok
30 test_b026 (__main__.BugbearTestCase) ... ok
31 test_b027 (__main__.BugbearTestCase) ... ok
32 test_b028 (__main__.BugbearTestCase) ... ok
33 test_b029 (__main__.BugbearTestCase) ... ok
34 test_b030 (__main__.BugbearTestCase) ... ok
35 test_b031 (__main__.BugbearTestCase) ... ok
36 test_b032 (__main__.BugbearTestCase) ... ok
37 test_b033 (__main__.BugbearTestCase) ... ok
38 test_b034 (__main__.BugbearTestCase) ... ok
39 test_b035 (__main__.BugbearTestCase) ... ok
40 test_b036 (__main__.BugbearTestCase) ... ok
41 test_b037 (__main__.BugbearTestCase) ... ok
42 test_b039 (__main__.BugbearTestCase) ... ok
43 test_b040 (__main__.BugbearTestCase) ... ok
44 test_b041 (__main__.BugbearTestCase) ... ok
45 test_b901 (__main__.BugbearTestCase) ... ok
46 test_b902 (__main__.BugbearTestCase) ... ok
47 test_b902_extended (__main__.BugbearTestCase) ... ok
48 test_b902_py38 (__main__.BugbearTestCase) ... ok
49 test_b903 (__main__.BugbearTestCase) ... ok
50 test_b904 (__main__.BugbearTestCase) ... ok
51 test_b905 (__main__.BugbearTestCase) ... skipped 'requires 3.10+'
52 test_b906 (__main__.BugbearTestCase) ... ok
53 test_b907 (__main__.BugbearTestCase) ... ok
54 test_b907_format_specifier_permutations (__main__.BugbearTestCase) ... ok
55 test_b908 (__main__.BugbearTestCase) ... ok
56 test_b909 (__main__.BugbearTestCase) ... ok
57 test_b910 (__main__.BugbearTestCase) ... ok
58 test_b950 (__main__.BugbearTestCase) ... ok
59 test_b9_extend_select (__main__.BugbearTestCase) ... ok
60 test_b9_flake8_next_default_options (__main__.BugbearTestCase) ... ok
61 test_b9_select (__main__.BugbearTestCase) ... ok
62 test_selfclean_bugbear (__main__.BugbearTestCase) ... ok
63 test_selfclean_test_bugbear (__main__.BugbearTestCase) ... ok
64 test_does_not_crash_on_call_in_except_statement (__main__.TestFuzz) ... skipped 'No hypothesmith packaged yet'
65 test_does_not_crash_on_site_code (__main__.TestFuzz) ... skipped 'No hypothesmith packaged yet'
66 test_does_not_crash_on_tuple_expansion_in_except_statement (__main__.TestFuzz) ... skipped 'No hypothesmith packaged yet'
68 ----------------------------------------------------------------------
69 Ran 64 tests
71 OK (skipped=4)
72 py$(PYV): commands[1]> python -m coverage report -m
73 Name                    Stmts   Miss  Cover   Missing
74 -----------------------------------------------------
75 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
76 tests/test_bugbear.py     402     14    97%   914-928, 1084-1088, 1095-1103, 1109-1112
77 -----------------------------------------------------
78 TOTAL                    1520     48    97%
79   py$(PYV): OK
80   congratulations :)