From 1032bd11276e619acd47ee24c4e8f8137fd38955 Mon Sep 17 00:00:00 2001 From: "Diez B. Roggisch" Date: Sat, 16 Apr 2022 13:55:19 +0200 Subject: [PATCH] Update documentation on how to run tests properly --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bcbfa97..a0a60c7 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Building from the GitHub repo works as well, natch: pip3 install -e . (If you want to run tests, you also need to `pip3 install trio curio pytest pytest-asyncio pytest-trio pytest-curio`, -then just run `pytest`.) +then just run `pytest test`.) pynng might work on the BSDs as well. Who knows!