From 688969eb45838ad5a80fe33a90fc5dbefe990499 Mon Sep 17 00:00:00 2001 From: Taranjeet Date: Tue, 29 Mar 2022 23:58:13 +0530 Subject: [PATCH] Update correct test command in contributing docs --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 86b05d3f6d..48e9aacce2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -74,7 +74,7 @@ So the simplest way to run tests is: ```bash cd sentry-python -make tests +make test ``` This will use [Tox](https://tox.wiki/en/latest/) to run our whole test suite