-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
labm8/py/test: Remove PYTEST_ARGS module variable.
Instead of reading a PYTEST_ARGS attribute on test modules, use bazel to pass a --pytest_args argument, e.g. py_test( name = "foo_test", srcs = ["foo_test.py"], args = ["--pytest_args=--my_arg"], deps = [ "//labm8/py:test", ], ) Signed-off-by: format 2020.01.16 <github.com/ChrisCummins/format>
- Loading branch information
1 parent
a8782da
commit 279e9e4
Showing
2 changed files
with
1 addition
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters