diff --git a/examples/pytest/README.md b/examples/pytest/README.md index caebfd28..08b45c82 100644 --- a/examples/pytest/README.md +++ b/examples/pytest/README.md @@ -6,8 +6,8 @@ same way the `pytest` command-line does. ## How to use -After importing this repository into your `WORKSPACE`, add to your Bazel packages containing -`_test.py` files the following: +After importing this repository into your `WORKSPACE`, add the following to your Bazel packages +which contain `_test.py` files: ```python load("@aspect_rules_py//py:defs.bzl", "py_pytest_main")