From a312764d69fc6f7254367913e991f7a47a31caeb Mon Sep 17 00:00:00 2001 From: Wieland Hoffmann Date: Sun, 24 Nov 2013 23:46:24 +0100 Subject: [PATCH] Remove the mention of tests from development.md because tests have been removed --- README.md | 5 ----- docs/development.md | 4 ---- 2 files changed, 9 deletions(-) diff --git a/README.md b/README.md index 974e219..e01e640 100644 --- a/README.md +++ b/README.md @@ -115,11 +115,6 @@ with the command: make docs -Tests are available in `./tests/` and require Python 3.3 or Python 2.7 with -[mock][mock]. Run unit tests with the command: - - make test - OPTIONS ------- diff --git a/docs/development.md b/docs/development.md index 626554d..e0b1544 100644 --- a/docs/development.md +++ b/docs/development.md @@ -7,7 +7,3 @@ Documentation is in various files under `./docs/`. Build documentation with the command: make docs - -Unit tests are available in `./tests/`. Run unit tests with the command: - - make test