Skip to content
Snippets Groups Projects
Commit 57f3a404 authored by Vermaat's avatar Vermaat
Browse files

Documentation update.

parent cdf893ac
No related branches found
No related tags found
No related merge requests found
......@@ -132,10 +132,6 @@ Now run the tests:
MUTALYZER_ENV=test nosetests
Note: Currently it is not advised to run the tests on a production server
since they need write access to the main Mutalyzer cache and log. A separate
cache and log for local users and tests is planned functionality.
Upgrade Mutalyzer
-----------------
......
......@@ -19,7 +19,8 @@ See the INSTALL file for installation instructions.
Unit tests
----------
The unit tests depend on a running batch daemon and SOAP webservice:
The unit tests depend on a running batch daemon, webserver, and SOAP
webservice:
sudo /etc/init.d/mutalyzer-batchd start
sudo /etc/init.d/apache2 start
......@@ -32,10 +33,6 @@ Or, if you are in a hurry, skip the long-running tests with:
MUTALYZER_ENV=test MUTALYZER_QUICK_TEST=1 nosetests -v
Note: Currently it is not advised to run the tests on a production server
since they need write access to the main Mutalyzer cache and log. A separate
cache and log for local users and tests is planned functionality.
Development notes
-----------------
......@@ -130,3 +127,25 @@ Automatic remote deployment depends on Fabric:
The unit tests depend on the following packages:
- python-nose >= 0.11
- python-webtest >= 1.2.3
As of 2011-08-23, snakefood reports the following imports from the Mutalyzer
source code (excluding the standard library imports):
Bio
MySQLdb
SOAPpy
configobj
daemon
fabric
lockfile
lxml
magic
nose
pyparsing
setuptools
simpletal
soaplib
suds
web
webtest
xlrd
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment