TESTING.txt 235 B

123456789
  1. Currently the tests are passing on OS X and Linux on Python 2.6, 2.7, 3.3 and 3.4.
  2. The test suite can be run either with:
  3. $ python setup.py test
  4. which uses the unittest module's test discovery mechanism, or with:
  5. $ py.test