Get the tests passing again
This commit is contained in:
parent
1ffccfae5b
commit
0ce7e07264
7 changed files with 18 additions and 21 deletions
tools/python
|
@ -166,7 +166,8 @@ def py_project(name=None,
|
|||
lib_data=None,
|
||||
test_srcs=None,
|
||||
test_deps=None,
|
||||
test_data=None):
|
||||
test_data=None,
|
||||
test_tags=[]):
|
||||
"""
|
||||
A helper for defining conventionally-formatted python project.
|
||||
|
||||
|
@ -259,4 +260,5 @@ def py_project(name=None,
|
|||
"test/python",
|
||||
"test/resources",
|
||||
],
|
||||
tags=test_tags,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue