Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix NameError in run-tests.py | Dmitry Shachnev | 2013-07-28 | 1 | -1/+1 |
| | |||||
* | Remove some unused imports | Dmitry Shachnev | 2013-03-23 | 1 | -1/+1 |
| | |||||
* | Allow run-tests script options and args to be passed through to nose. | Waylan Limberg | 2013-03-15 | 1 | -6/+4 |
| | |||||
* | Switched testing to tox. | Waylan Limberg | 2013-03-01 | 1 | -1/+15 |
| | | | | | | | | | | Also scrapped fabfile.py and replaced it with a much simpler makefile. Tox does most of the stuff that was in fabfile.py anyway. Now that everything runs in all supported python versions without using 2to3, we don't need to wait for tox to support it. | ||||
* | Added run-tests.py script and added a helpful error message if nose is not ↵ | Waylan Limberg | 2010-02-13 | 1 | -0/+5 |
installed. Note the run-tests script will be used by simply running 'nosetests' from the commandline, so the hack in 'tests/__init__.py' has been removed. |