From f92851f1fd4f32350063bc69f8b21d9da681da6e Mon Sep 17 00:00:00 2001 From: Marcelo Trylesinski Date: Sun, 29 Sep 2024 10:12:33 +0200 Subject: [PATCH] Remove old instructions to run the test suite (#161) --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index 5a2aba8..29dd249 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,3 @@ Test coverage is currently 100%. ## Why? Because streaming uploads are awesome for large files. - -## How to Test - -If you want to test: - -```bash -$ pip install '.[dev]' -$ inv test -```