|
1 | | - |
| 1 | +387 |
2 | 2 | # python -m pytest test-other.py |
3 | 3 |
|
4 | 4 | import os |
@@ -4429,25 +4429,25 @@ def __test_active_checkers(tmp_path, active_cnt, total_cnt, use_misra=False, use |
4429 | 4429 |
|
4430 | 4430 |
|
4431 | 4431 | def test_active_unusedfunction_only(tmp_path): |
4432 | | - __test_active_checkers(tmp_path, 1, 187, use_unusedfunction_only=True) |
| 4432 | + __test_active_checkers(tmp_path, 1, 188, use_unusedfunction_only=True) |
4433 | 4433 |
|
4434 | 4434 |
|
4435 | 4435 | def test_active_unusedfunction_only_builddir(tmp_path): |
4436 | 4436 | checkers_exp = [ |
4437 | 4437 | 'CheckUnusedFunctions::check' |
4438 | 4438 | ] |
4439 | | - __test_active_checkers(tmp_path, 1, 187, use_unusedfunction_only=True, checkers_exp=checkers_exp) |
| 4439 | + __test_active_checkers(tmp_path, 1, 188, use_unusedfunction_only=True, checkers_exp=checkers_exp) |
4440 | 4440 |
|
4441 | 4441 |
|
4442 | 4442 | def test_active_unusedfunction_only_misra(tmp_path): |
4443 | | - __test_active_checkers(tmp_path, 1, 387, use_unusedfunction_only=True, use_misra=True) |
| 4443 | + __test_active_checkers(tmp_path, 1, 388, use_unusedfunction_only=True, use_misra=True) |
4444 | 4444 |
|
4445 | 4445 |
|
4446 | 4446 | def test_active_unusedfunction_only_misra_builddir(tmp_path): |
4447 | 4447 | checkers_exp = [ |
4448 | 4448 | 'CheckUnusedFunctions::check' |
4449 | 4449 | ] |
4450 | | - __test_active_checkers(tmp_path, 1, 387, use_unusedfunction_only=True, use_misra=True, checkers_exp=checkers_exp) |
| 4450 | + __test_active_checkers(tmp_path, 1, 388, use_unusedfunction_only=True, use_misra=True, checkers_exp=checkers_exp) |
4451 | 4451 |
|
4452 | 4452 |
|
4453 | 4453 | def test_analyzerinfo(tmp_path): |
|
0 commit comments