debian-quixote3/tests
Neil Schemenauer 574b9b1088 Changes for Python 3: str/bytes fixes mostly. 2016-03-31 20:40:32 +00:00
..
README.txt Reorganize source 2008-04-05 20:09:39 -06:00
__init__.py Reorganize source 2008-04-05 20:09:39 -06:00
qx_testlib.py Changes for Python 3: str/bytes fixes mostly. 2016-03-31 20:40:32 +00:00
qx_testserver.py Trival changes to support Python 3. 2016-03-24 22:25:53 +00:00
serve-via-wsgi.py Reorganize source 2008-04-05 20:09:39 -06:00
test-qpy.py Reorganize source 2008-04-05 20:09:39 -06:00
test-wsgi.py Reorganize source 2008-04-05 20:09:39 -06:00

README.txt

These are tests for developers of Quixote 2.x.

To run them, you will need to install 'nose' and 'twill':

   easy_install nose

   easy_install http://darcs.idyll.org/~t/projects/twill-latest.tar.gz

Then, in the Quixote directory, run 'python setup.py build'.  Put the
resulting build library in your PYTHONPATH, e.g.

   export PYTHONPATH=/path/to/quixote/build/lib.linux-i686-2.4/

Finally, run 'nosetests' in the top-level Quixote directory, i.e. the directory
containing CHANGES.txt.