Document kwargs

This commit is contained in:
Richard Belleville 2019-09-05 12:32:58 -07:00
parent ecf7274aaa
commit c11539f79e
1 changed files with 2 additions and 0 deletions

View File

@ -188,6 +188,8 @@ def py2and3_test(name,
Args:
name: The name of the test.
py_test: The rule to use for each test.
**kwargs: Keyword arguments passed directly to the underlying py_test
rule.
"""
if "python_version" in kwargs:
fail("Cannot specify 'python_version' in py2and3_test.")