From 5f3d4fa044f24d5197bda6fb1bbdcc5822eeac36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Voron?= Date: Tue, 1 Feb 2022 08:56:38 +0100 Subject: [PATCH] Update unit tests running instructions --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index dd6f5bc3..59718317 100644 --- a/README.md +++ b/README.md @@ -173,9 +173,7 @@ You can run all the tests with: make test ``` -The command will start a MongoDB container for the related unit tests. So you should have [Docker](https://www.docker.com/get-started) installed. - -Alternatively, you can run `pytest` yourself. The MongoDB unit tests will be skipped if no server is available on your local machine: +Alternatively, you can run `pytest` yourself. ```bash pytest