aboutsummaryrefslogtreecommitdiff
path: root/infra/build/functions/request_coverage_build_test.py
AgeCommit message (Expand)Author
2021-08-25[build][infra] Improve build functions. (#6296)jonathanmetzman
2021-08-12[infra][tests][NFC] Change mocked function prefix from "mocked_" to "mock_" (...jonathanmetzman
2021-08-10[infra][build] Switch to f-strings. (#6182)jonathanmetzman
2021-07-21[NFC][infra][build] Move test data to test_data directory. (#6081)jonathanmetzman
2021-01-21[pylint] Enable no-member check (#5034)jonathanmetzman
2021-01-21Fix build functions tests when invoked from unittest.TestSuite. (#5027)Oliver Chang
2020-07-20Adding build coverage cloud function, and refactoring test_utils.py (#4151)kabeer27