|
|
|
@ -69,7 +69,7 @@ Make sure to verify (using `pwhois` or otherwise) that the WHOIS data for the do
|
|
|
|
|
|
|
|
|
|
./test.py update thedomain.com
|
|
|
|
|
|
|
|
|
|
### Running the full test suite
|
|
|
|
|
### Running all tests
|
|
|
|
|
|
|
|
|
|
./test.py run all
|
|
|
|
|
|
|
|
|
@ -77,6 +77,10 @@ Make sure to verify (using `pwhois` or otherwise) that the WHOIS data for the do
|
|
|
|
|
|
|
|
|
|
./test.py run thedomain.com
|
|
|
|
|
|
|
|
|
|
### Running the full test suite including support for multiple python versions
|
|
|
|
|
|
|
|
|
|
tox
|
|
|
|
|
|
|
|
|
|
### Generating documentation
|
|
|
|
|
|
|
|
|
|
You need [ZippyDoc](http://cryto.net/zippydoc) (which can be installed through `pip install zippydoc`).
|
|
|
|
|