aboutsummaryrefslogtreecommitdiff
path: root/tests/unittest_tests.bzl
AgeCommit message (Expand)Author
2022-02-10Add support for 'loading' unit tests, which evaluate a LOADING phase. (#347)Kevin Kress
2022-02-10Fix linter warnings with new buildifier version. (#349)Alexandre Rostovtsev
2021-10-04Improve escaping in unittest failure message (#320)Samuel Freilich
2021-09-23Allow specifying additional aspects to tut (#299)Daniel Wagner-Hall
2021-03-31lint warning fix (#115)c-parsons
2020-11-12Enable unittest.suite to accept partial calls of test rules (#276)David Sanderson
2020-09-25Address latent buildifier issues. (#278)David Sanderson
2020-08-20Improve inspect_output_dirs_test bin_dir comparison (#267)c-parsons
2020-06-19Address lint errors (#254)Andrew Z Allen
2019-10-08Remove genfiles_dir retrieval method (#203)upstream/1.0.1c-parsons
2019-10-08Expose target_under_test's bin and genfiles path (#202)Samuel Freilich
2019-05-07Fix a number of misc issues to allow google usage of bazel-skylib (#146)c-parsons
2019-02-22fix a number of warnings found by Starlark analyzer (#114)c-parsons
2019-02-20analysistest API for retrieval of actions registered by target under testc-parsons
2019-02-14Add analysis-test test framework (#110)c-parsons
2019-02-11Add basic shell testing for unittest.bzl (#108)c-parsons