Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: README.md

Issue 29342955: Issue 3985 - Unified test runner for sitescripts (Closed)
Patch Set: Measure test coverage of everything in sitescripts Created May 25, 2016, 3:37 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .hgignore ('k') | tox.ini » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
===================================================================
--- a/README.md
+++ b/README.md
@@ -76,8 +76,17 @@
1. Create a sitescripts configuration file that lists the web modules that you
are testing under the `multiplexer` section. (Depending on the modules you are
testing you may need to add additional configuration as well.)
2. Save the configuration file somewhere where it will be found, for example
`~/.sitescripts`.
3. Type `python multiplexer.py`, it will start a web server at
http://localhost:5000/ . This web server will use any URL handlers that have
been defined in the modules you are testing to respond to requests.
+
+
+## Testing
+
+There are tests for some parts of the functionality of sitescripts. They are
+located in `test` directories and can be run via
+[Tox](https://tox.readthedocs.org/):
+
+ $ tox
« no previous file with comments | « .hgignore ('k') | tox.ini » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld