Commit 4dfb78d
File tree
Expand file treeCollapse file tree
13 files changed
+12
-12
lines changedFilter options
- tests
- base_rules
- py_binary
- py_library
- py_test
- py_wheel/py_wheel
Expand file treeCollapse file tree
13 files changed
+12
-12
lines changedtools/build_defs/python/tests/BUILD.bazel renamed to tests/base_rules/BUILD.bazel
Copy file name to clipboardFile renamed without changes.
tools/build_defs/python/tests/base_tests.bzl renamed to tests/base_rules/base_tests.bzl
Copy file name to clipboardExpand all lines: tests/base_rules/base_tests.bzl+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
21 |
| - |
| 20 | + |
| 21 | + |
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
|
tools/build_defs/python/tests/py_binary/BUILD.bazel renamed to tests/base_rules/py_binary/BUILD.bazel
Copy file name to clipboardFile renamed without changes.
tools/build_defs/python/tests/py_binary/py_binary_tests.bzl renamed to tests/base_rules/py_binary/py_binary_tests.bzl
Copy file name to clipboardExpand all lines: tests/base_rules/py_binary/py_binary_tests.bzl+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
| 18 | + |
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
|
tools/build_defs/python/tests/py_executable_base_tests.bzl renamed to tests/base_rules/py_executable_base_tests.bzl
Copy file name to clipboardExpand all lines: tests/base_rules/py_executable_base_tests.bzl+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
20 |
| - |
| 19 | + |
| 20 | + |
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
|
tools/build_defs/python/tests/py_info_subject.bzl renamed to tests/base_rules/py_info_subject.bzl
Copy file name to clipboardFile renamed without changes.
tools/build_defs/python/tests/py_library/BUILD.bazel renamed to tests/base_rules/py_library/BUILD.bazel
Copy file name to clipboardFile renamed without changes.
tools/build_defs/python/tests/py_library/py_library_tests.bzl renamed to tests/base_rules/py_library/py_library_tests.bzl
Copy file name to clipboardExpand all lines: tests/base_rules/py_library/py_library_tests.bzl+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 |
| - |
8 |
| - |
| 7 | + |
| 8 | + |
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
|
tools/build_defs/python/tests/py_test/BUILD.bazel renamed to tests/base_rules/py_test/BUILD.bazel
Copy file name to clipboardFile renamed without changes.
tools/build_defs/python/tests/py_test/py_test_tests.bzl renamed to tests/base_rules/py_test/py_test_tests.bzl
Copy file name to clipboardExpand all lines: tests/base_rules/py_test/py_test_tests.bzl+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
| 20 | + |
21 | 21 |
|
22 | 22 |
|
23 |
| - |
| 23 | + |
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
29 |
| - |
30 |
| - |
| 29 | + |
| 30 | + |
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
|
tools/build_defs/python/tests/util.bzl renamed to tests/base_rules/util.bzl
Copy file name to clipboardFile renamed without changes.
tools/build_defs/python/tests/py_wheel/BUILD.bazel renamed to tests/py_wheel/py_wheel/BUILD.bazel
Copy file name to clipboardFile renamed without changes.
tools/build_defs/python/tests/py_wheel/py_wheel_tests.bzl renamed to tests/py_wheel/py_wheel/py_wheel_tests.bzl
Copy file name to clipboardExpand all lines: tests/py_wheel/py_wheel/py_wheel_tests.bzl+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 |
| - |
| 7 | + |
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
|
0 commit comments