aboutsummaryrefslogtreecommitdiff
path: root/lib/unittest.bzl
AgeCommit message (Expand)Author
2022-02-10Fixed positional args for unittest targets (#352)UebelAndre
2022-02-10Allow unit test rules to be documented (#343)UebelAndre
2022-02-10Add support for 'loading' unit tests, which evaluate a LOADING phase. (#347)Kevin Kress
2021-10-04Improve escaping in unittest failure message (#320)Samuel Freilich
2021-09-23Allow specifying additional aspects to tut (#299)Daniel Wagner-Hall
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-11Prettify failure message of asserts.set_equals. (#263)Ivo List
2020-06-19Address lint errors (#254)Andrew Z Allen
2020-02-18Run buildifier over the directory. (#235)Thomas Van Lenten
2020-02-03Remove old_sets.bzl (#231)Laurent Le Brun
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-10-04Avoid some repetition in _make_analysis_test (#197)Samuel Freilich
2019-10-02Pass `fragments` through to analysis tests rule constructors. (#190)Gabe Giosia
2019-07-22`print`->`fail` and suppress the warning in another case. (#177)Thomas Van Lenten
2019-05-28Make sets.bzl point to new_sets.bzl instead of old_sets.bzl (#158)c-parsons
2019-05-03Pass through an attribute arguments to `analysistest.make`. (#140)Sergio Campamá
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-01-14fix various linter errors (#93)c-parsons
2019-01-02Run buildifier --lint=fix over the files. (#88)Thomas Van Lenten
2018-12-04unittest.bzl: supports Windows (#84)László Csomor
2018-11-26Fix up lint issues. (#77)Thomas Van Lenten
2018-11-13Upgrade to the new actions API (#65)bttk
2018-09-28Rename a number of instances of 'skylark' to 'starlark' or 'bzl'c-parsons
2018-06-13Reformat .bzl files with buildifier and add format check.Thomas Van Lenten
2018-04-26Doc and code fixes found via skylint. (#38)Thomas Van Lenten
2018-04-20Introduce new_sets.bzl (#32)Nicholas Titcombe
2017-10-10Initial check-in.Tony Allevato