Searched refs:other_checks (Results 1 – 1 of 1) sorted by relevance
/bionic/tools/bionicbb/ |
D | test_tasks.py | 11 def test_accepts_googlers(self, mock_commit, *other_checks): argument 16 for other_check in other_checks: 29 def test_rejects_googlish_domains(self, mock_commit, *other_checks): argument 34 for other_check in other_checks: 47 def test_rejects_non_googlers(self, mock_commit, *other_checks): argument 52 for other_check in other_checks: 65 def test_skips_cleanspecs(self, mock_files, *other_checks): argument 67 for other_check in other_checks: 80 def test_skips_bionicbb(self, mock_files, *other_checks): argument 82 for other_check in other_checks:
|