Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
68e13f40
Commit
68e13f40
authored
9 years ago
by
Jisi Liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable python tests with testdata.
parent
598480df
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
4 deletions
+10
-4
BUILD
BUILD
+10
-4
No files found.
BUILD
View file @
68e13f40
...
...
@@ -534,7 +534,10 @@ py_proto_library(
py_proto_library(
name = "python_specific_test_protos",
srcs = glob(["python/google/protobuf/internal/*.proto"]),
srcs = glob([
"python/google/protobuf/internal/*.proto",
"python/google/protobuf/internal/import_test_package/*.proto",
]),
include = "python",
protoc = ":protoc",
deps = [":python_common_test_protos"],
...
...
@@ -552,6 +555,9 @@ py_library(
internal_protobuf_py_tests(
name = "python_tests_batch",
data = glob([
"src/google/protobuf/**/*",
]),
modules = [
"descriptor_database_test",
"descriptor_pool_test",
...
...
@@ -559,13 +565,13 @@ internal_protobuf_py_tests(
"generator_test",
"json_format_test",
"message_factory_test",
# "message_test", # failed due to testdata path
"message_test",
"proto_builder_test",
# "reflection_test", # failed due to testdata path
"reflection_test",
"service_reflection_test",
"symbol_database_test",
"text_encoding_test",
# "text_format_test", # failed due to testdata path
"text_format_test",
"unknown_fields_test",
"wire_format_test",
],
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment