aboutsummaryrefslogtreecommitdiff
path: root/tests
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-25Use more portable `#!/usr/bin/env bash` shebang instead of hardcoded /bin/bas...Yesudeep Mangalapilly
2021-10-04Improve escaping in unittest failure message (#320)Samuel Freilich
2021-09-23Allow specifying additional aspects to tut (#299)Daniel Wagner-Hall
2021-08-09Remove `$` from grep regexes (#311)Philipp Wollermann
2021-05-03to_json/to_proto methods on structs are deprecated and will be removed (#295)Alexandre Rostovtsev
2021-03-31lint warning fix (#115)c-parsons
2021-03-31Add shebang lines to tests directory shell scripts (#288)Olek Wojnar
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-07-10copy_file: Add parameter to allow symlinks (#252)Yannic
2020-06-24Remove --experimental_build_setting_api usage (#249)Julie
2020-06-19Address lint errors (#254)Andrew Z Allen
2020-04-15Add license and copyright notice (#245)Laurent Le Brun
2020-04-14Fix diff_test when filepath includes external (#241)Robbert van Ginkel
2020-04-03Depend on bzl_library, not on individual bzl files (#244)Laurent Le Brun
2020-03-25Fix type parsing errors on "always true" conditions. (#239)Greg
2020-02-27Create a helper rule for selecting a file from outputs of another rul… (#233)irengrig
2020-02-06Add absolute path tests for Windows (#230)Bor Kae Hwang
2020-02-03Remove old_sets.bzl (#231)Laurent Le Brun
2019-10-29make select_tests resilient to default configuration differences (#212)c-parsons
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-09-17Add types.is_set() to test whether an arbitrary object is a set as defined by...TechSY730
2019-09-17Delete maprule. Fix Buildifier lint errors. (#192)László Csomor
2019-06-14Create common build settings (#154)Julie
2019-06-05selects.bzl: Add config_setting_group for config_setting AND/OR-chaining (#89)Greg
2019-06-04Add some comments to unittest_test.sh (#159)c-parsons
2019-05-28Make sets.bzl point to new_sets.bzl instead of old_sets.bzl (#158)c-parsons
2019-05-21run_binary: runs an executable as an action (#153)László Csomor
2019-05-14New rules: native_binary and native_test (#152)László Csomor
2019-05-09write_file: support different line endings (#150)László Csomor
2019-05-08Minor formatting changes plus doc updates (#147)c-parsons
2019-05-07Fix a number of misc issues to allow google usage of bazel-skylib (#146)c-parsons
2019-05-06Use TEST_SRCDIR for shell tests (#145)c-parsons
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