From 2525ec5bd403d5da59a6b35a3a785f7151430fc9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20DA=20ROCHA?= <sebastien@da-rocha.net>
Date: Wed, 24 Mar 2021 18:21:10 +0100
Subject: [PATCH] Fix doc tests

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e5cbaee..ea1aa24 100644
--- a/README.md
+++ b/README.md
@@ -74,7 +74,7 @@ python3 -m venv venv
 pip install -r tests/requirements.txt
 
 # Run end to end tests
-pip
+pytest
 ```
 
 #FIXME: running tests destroys migration table, you can't apply migrations after this
-- 
GitLab