aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-10-31Add `doc` param to `unittest.make` (#464)UebelAndre
2023-09-25versions: Don't fail on Bazel dev builds (#463)Fabian Meumertzheim
2022-08-26Update unittest_doc.md with analysistest and loadingtest modules (#370)Vinh Tran
2022-08-25Fix doc error for analystest.begin (#369)Vinh Tran
2022-04-04Add subpackages module to skylib to support new bazel native.subpackages (#348)Kevin Kress
2022-03-17Implement omit and pick dicts functions. (#304)Barry McNamara
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
2021-07-26Update partial.bzl to generate better markdown (#309)dmaclach
2021-05-03to_json/to_proto methods on structs are deprecated and will be removed (#295)Alexandre Rostovtsev
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-07-22Add `new_sets` as a dep of `sets` bzl_library (#253)Bocete
2020-06-26Create Gazelle language for Starlark (#251)Andrew Z Allen
2020-06-19Address lint errors (#254)Andrew Z Allen
2020-04-02Update visibility of files (#243)Laurent Le Brun
2020-03-25Fix type parsing errors on "always true" conditions. (#239)Greg
2020-03-19Fix the comment to match the code. (#238)Thomas Van Lenten
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-09-17Add types.is_set() to test whether an arbitrary object is a set as defined by...TechSY730
2019-08-23Use rules_pkg to make the skylib tarball for a release. (#185)aiuto
2019-07-22`print`->`fail` and suppress the warning in another case. (#177)Thomas Van Lenten
2019-07-16Make config_setting_group visibility aware (#168)kwasimensah
2019-07-02Get docs working again. (#165)aiuto
2019-06-05selects.bzl: Add config_setting_group for config_setting AND/OR-chaining (#89)Greg
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-05-01Fix typo (#142)Thomas Van Lenten
2019-03-20Accept kwargs in dicts.add() (#130)Dave Lee
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-08Add `types.is_depset`. (#105)upstream/0.7.0Tony Allevato
2019-01-14fix various linter errors (#93)c-parsons
2019-01-10Wrap invocation of dict.items() in list(). (#91)Josh Morton
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-29Fix Skylark analyzer warning. (#81)Nathan Herring
2018-11-27Fix skylark_library deps for new_sets and unittest. (#76)Nathan Herring
2018-11-26Fix up lint issues. (#77)Thomas Van Lenten
2018-11-20Rename sets.bzl to old_sets.bzl (#70)bttk