File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ more important for tests to balance understandability and maintainability.
39
39
40
40
### sh_py_run_test
41
41
42
- The [ ` sh_py_run_test ` ] ( tests/support/sh_py_run_test.bzl ) rule is a helper to
42
+ The {gh-path} ` sh_py_run_test < tests/support/sh_py_run_test.bzl ` rule is a helper to
43
43
make it easy to run a Python program with custom build settings using a shell
44
44
script to perform setup and verification. This is best to use when verifying
45
45
behavior needs certain environment variables or directory structures to
@@ -56,6 +56,8 @@ Python binaries and tests with custom build flags. This is best to use when
56
56
verifying behavior that requires specific flags to be set and when the program
57
57
itself can verify the desired state.
58
58
59
+ They are located in {gh-path}` tests/support/py_reconfig.bzl `
60
+
59
61
When adding a test, you may find the flag you need to set isn't supported by
60
62
the rule. To have it support setting a new flag:
61
63
You can’t perform that action at this time.
0 commit comments