From 0953b6420c06a973f821ec0c606e8ee20341c333 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Mon, 31 Jul 2023 12:45:59 -0700 Subject: [PATCH] Update README.md --- examples/pytest/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")