From 14f6548a7a5752eeb25b5c09f45cd737092c5a06 Mon Sep 17 00:00:00 2001 From: Marcelo Trylesinski Date: Sun, 29 Sep 2024 10:12:20 +0200 Subject: [PATCH] Remove old instructions to run the test suite --- 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 -```