aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2019-05-01Add licenses() to all BUILD files. (#141)Thomas Van Lenten
2019-04-12diff_test: add rule and tests (#136)László Csomor
2019-04-02Reformat with buildifier --warnings=all (#138)Thomas Van Lenten
2019-03-26Windows: fix tests for native test wrapper (#129)László Csomor
2019-03-20maprule: hide it, not ready for public use. (#133)upstream/0.8.0László Csomor
2019-03-20Accept kwargs in dicts.add() (#130)Dave Lee
2019-03-20maprule: add basic integration test (#131)László Csomor
2019-03-19e2e tests: make them run on Windows (#121)László Csomor
2019-03-19write_file: add rule and tests (#122)László Csomor
2019-03-18copy_file: add rule and tests (#123)László Csomor
2019-03-04maprule: use ctx.resolve_tools (#117)László Csomor
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-19Add analysis_test rulec-parsons
2019-02-14Add analysis-test test framework (#110)c-parsons
2019-02-11Add basic shell testing for unittest.bzl (#108)c-parsons
2019-02-08Add `types.is_depset`. (#105)upstream/0.7.0Tony Allevato
2019-01-25Some doc fixes (#100)Thomas Van Lenten
2019-01-25Add a build_test rule. (#97)Thomas Van Lenten
2019-01-14fix various linter errors (#93)c-parsons
2019-01-08maprule: an improved version of genrule() (#86)László Csomor
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-14Remove supports for make(depset()) from new_sets (#68)bttk
2018-09-28Rename a number of instances of 'skylark' to 'starlark' or 'bzl'c-parsons
2018-08-24Remove usage and suggests for lib.bzl.Thomas Van Lenten
2018-06-13Reformat .bzl files with buildifier and add format check.Thomas Van Lenten
2018-05-09Add type checking functions.Taras Tsugrii
2018-05-04Add support for repr/str to new_sets (#42)upstream/0.4.0dmaclach
2018-05-01Skylint: stop using ctx.outputs.executable.Thomas Van Lenten
2018-05-01Address skylint warnings on the tests. (#39)Thomas Van Lenten
2018-04-20Introduce new_sets.bzl (#32)Nicholas Titcombe
2018-04-17Add support for 'functools.partial' like functionality. (#34)dmaclach
2018-03-07Don't special case current directory relative paths.upstream/0.3.1Thomas Van Lenten
2018-01-12Added a lib for version checking and comparison (#13)Jingwen
2017-10-10Initial check-in.Tony Allevato