Browse Source

Remove the mention of tests from development.md

because tests have been removed
pull/237/head
Wieland Hoffmann 10 years ago
parent
commit
a312764d69
2 changed files with 0 additions and 9 deletions
  1. +0
    -5
      README.md
  2. +0
    -4
      docs/development.md

+ 0
- 5
README.md View File

@ -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
-------

+ 0
- 4
docs/development.md View File

@ -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

Loading…
Cancel
Save