Skip to content

Commit 7a00999

Browse files
authored
Update README.md
Add exampe of printing client output even for passes
1 parent 57816ba commit 7a00999

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,15 @@ make test-python-tuf
7171
make test-go-tuf
7272
```
7373

74-
Invoking the test suite manually enables more features like running a single test only
75-
and using a client-under-test CLI installed outside of the test suite:
74+
Invoking the test suite manually enables all [pytest features](https://docs.pytest.org/en/stable/reference/reference.html#command-line-flags)
75+
like running a single test only or seeing the client output even when test passes:
7676

7777
```bash
7878
make dev
7979
./env/bin/pytest tuf_conformance \
8080
--entrypoint path/to/my/client-under-test/cli \
81-
-k test_unsigned_metadata
81+
-k test_unsigned_metadata \
82+
-rA
8283
```
8384

8485
linters can also be invoked with make:

0 commit comments

Comments
 (0)