Skip to content
ruriktherus edited this page Nov 14, 2011 · 2 revisions

Running the test-suite

The recommended way to run the automated test-suite is to go to the source code root and issue:

$ python setup.py clean
running clean
$ python setup.py test -q
running test
running egg_info
writing requirements to casper.egg-info/requires.txt
writing casper.egg-info/PKG-INFO
writing top-level names to casper.egg-info/top_level.txt
writing dependency_links to casper.egg-info/dependency_links.txt
reading manifest file 'casper.egg-info/SOURCES.txt'
writing manifest file 'casper.egg-info/SOURCES.txt'
running build_ext
..............................
----------------------------------------------------------------------
Ran 30 tests in 5.276s

OK

The output should look similar to the above except perhaps with more tests.

Clone this wiki locally