Skip to content

Latest commit

 

History

History

debian

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
in-toto: hacking tips
========================

Running the test suite
----------------------

In order to test you need unittest installed. An easy way to run the tests is
to run

    $ PYTHONPATH=. ./tests/runtests.py

A more elaborate suite runner uses tox and virtualenv. If you have them
installed, simply run:

    $ tox