Commit Graph

2 Commits (8cf4d4e6ea51a062d0d59d510b385809796e853f)

Author SHA1 Message Date
PiRSquared17 f2b7716e72 Fix tox.ini and clean up/update tests 10 years ago
Antoine Musso 8a8b87225b Easily run tests in a virtualenv with tox and nose
tox is a nice wrapper around virtualenv. It setup a new env that makes
sure you have a clean install without any module beside the standard
one. If you need more modules, simply add them to 'deps =' and tox will
install them from pypi.

nose makes testing easier, it find any files that looks like a test and
run them for you.

The envs are created in /.tox so ignore that directory entirely.
10 years ago