bazel-lib/lib/tests
Alex Eagle 20d759f669 feat: add utility for asserting that a file contains a string
Useful for basic smoke tests of bazel outputs
2022-08-04 18:02:29 -07:00
..
copy_directory feat: add copy_directory (#63) 2022-04-03 17:52:03 -07:00
copy_file feat: add directory_path rule and DirectoryPathInfo for specifying files within tree artifacts (#42) 2022-03-03 16:40:32 -08:00
copy_to_bin fix: fix a bug where two copy_to_bin actions couldn't copy the same file 2022-06-16 11:49:09 -07:00
copy_to_directory fix: add missing convienence aliases to exclude_srcs_packages 2022-07-29 18:52:54 -07:00
copy_to_directory_action fix: improve handling of duplicate files in copy_to_directory (#205) 2022-08-01 09:56:52 -07:00
external_test_repo refactor: remove directory functionality from copy_file (#64) 2022-04-05 13:38:54 -07:00
jq feat: let jq act like copy_to_bin 2022-06-21 18:40:29 -07:00
run_binary feat: add mnemonic, progress_message && execution_requirements to run_binary (#161) 2022-06-16 16:58:41 -07:00
stamping chore: change default for run_binary#stamp 2022-07-15 09:29:28 -07:00
transitions chore: use aspect_bazel_lib diff_test (#94) 2022-04-29 00:36:41 -07:00
write_source_files fix: fix a bug where write_source_files diff_test fails on windows when 2022-06-16 09:10:30 -07:00
yq fix: fix yq windows issues by bumping version 2022-05-31 11:07:14 -07:00
BUILD.bazel feat: add utility for asserting that a file contains a string 2022-08-04 18:02:29 -07:00
expand_make_vars_test.bzl feat: add some additional make variable substitutions for common useful values in the context (#73) 2022-04-14 07:05:28 -07:00
generate_outputs.bzl feat: replace default_info_files with output_files which adds output_group attribute (#50) 2022-03-15 17:36:22 -07:00
glob_match_test.bzl feat: add glob_match starlark utility function that support "*", "**" and "?" expressions as well as optionally allow for "*" and "?" to match of path separators (#194) 2022-07-27 18:48:02 -07:00
paths_test.bzl fix: Allow relative_file to take in paths starting with ../ (#166) 2022-06-20 14:21:49 -07:00
utils_test.bzl assert that directories aren't included in file_exists 2022-07-14 07:53:05 -07:00