summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Try egg_info for some, build_tests for otherstravis2JP2012-09-031-1/+1
|
* Try conditionally doing build_tests then selftestJP2012-09-031-1/+1
|
* Or notJP2012-09-031-1/+1
|
* Try build_tests before testJP2012-09-031-1/+1
|
* Try uninstalling noseJP2012-09-031-0/+3
|
* Try again with selftestJP2012-09-031-1/+1
|
* Add requirements file for travisJP2012-09-031-0/+2
|
* Ok, I was wrongJP2012-09-031-1/+1
|
* Bump version to 1.2JP2012-09-031-2/+2
|
* Update changelog for 1.2 releaseJP2012-09-031-1/+11
|
* Merge pull request #521 from chevah/301-twisted-reactor-stop-hangJP2012-09-031-1/+6
|\ | | | | #301 - Call reactor.stop from twisted thread.
| * Add missing line.Adi Roiban2012-06-291-0/+1
| |
| * Call reactor.stop from twisted thread.Adi Roiban2012-06-281-1/+5
| |
* | Use selftest instead of setup.py testJP2012-09-031-1/+1
| |
* | Merge remote-tracking branch 'ielectric/travis-ci' into merge-travisJP2012-09-031-0/+9
|\ \
| * | gardenDomen Kožar2012-08-241-1/+2
| | |
| * | add travis-ci supportDomen Kožar2012-08-241-0/+8
| |/
* | add coverage2 fixtureDomen Kožar2012-08-273-0/+16
| |
* | more testsDomen Kožar2012-08-182-4/+26
| |
* | look for line with TOTALDomen Kožar2012-08-131-1/+1
| |
* | add --cover-min-percentage support to cover plugin.Domen Kožar2012-08-132-1/+45
|/
* Fix dev linkJP2012-06-191-2/+2
|
* Merge pull request #508 from erosennin/masterJP2012-04-092-5/+27
|\ | | | | Add support for converting the sources with 2to3 to nosetests setuptools command
| * Add documentation on using python setup.py nosetests with 2to3.Andrey Golovizin2012-03-281-0/+5
| |
| * Add support for 2to3 to nosetests setuptools command.Andrey Golovizin2012-03-281-5/+22
|/
* Merge pull request #505 from erikrose/kill-assertKumar McMillan2012-03-142-4/+7
|\ | | | | Stop using the `assert` statement in `ok_` and `eq_` so they work under ...
| * Stop using the `assert` statement in `ok_` and `eq_` so they work under ↵Erik Rose2012-03-142-4/+7
|/ | | | `python -O`. Closes #504.
* Merge remote branch 'xim/master'JP2012-02-151-3/+27
|\
| * Doctest configuration optionflags. Patch from google code - closes GH issue #7Michael Forbes2012-02-121-3/+27
|/
* Merge remote branch 'arachtchoupani/logcapture_loglevel' into merge-493JP2012-01-272-4/+25
|\
| * add loglevel option to logcapture plugin and add associated testArach Tchoupani2012-01-252-4/+25
| |
* | Merge pull request #491 from abeld/patch-1JP2012-01-241-1/+1
|\ \ | |/ |/| small typo fix
| * fix typoabeld2012-01-241-1/+1
|/
* Merge pull request #486 from johnburnett/masterJP2012-01-042-28/+15
|\ | | | | Updating docs to point to git/GitHub rather than hg/BitBucket.
| * Updating docs to point to git/GitHub rather than hg/BitBucket.John Burnett2012-01-032-28/+15
|/
* Merge pull request #479 from erikrose/unittest-globalJP2011-12-216-65/+104
|\ | | | | Define __unittest in scope of nose's assertion helpers to hide noisy stack frames. Closes #453.
| * Define __unittest in scope of nose's assertion helpers to hide noisy stack ↵Erik Rose2011-12-186-65/+104
| | | | | | | | | | | | frames. Closes #453. I divided the tools into two buckets: trivial, which should not have their stack frames exposed in tracebacks; and nontrivial, which should. The tools module becomes a package, and everything stays backward-compatible.
* | Merge pull request #480 from erikrose/ignore-coverJP2011-12-191-0/+1
|\ \ | |/ |/| Ignore the `cover` dir, which is laid down during tox runs.
| * Ignore the `cover` dir, which is laid down during tox runs.Erik Rose2011-12-181-0/+1
|/
* Merge pull request #1 from jpellerin/masterJP2011-12-151-1/+0
|\ | | | | .hgignore -> .gitignore
| * Rename .hgignore to .gitignoreJP2011-12-141-1/+0
| |
* | Merge pull request #477 from cyberdelia/coverageJP2011-12-157-239/+50
|\ \ | |/ |/| Remove support for old coverage module and rewrite coverage tests
| * remove support for old coverage module and rewrite coverage testsTimothée Peignier2011-12-147-239/+50
|/
* really merged. hg, leave me alone mankumar2011-11-2323-357/+638
|\
| * mergedkumar2011-11-221-1/+1
| |
| * Changing functional_tests/test_defaultpluginmanager.py to support py2.4, 2.5 ↵Brendan McCollam2011-11-152-3/+5
| | | | | | | | and Jython
| * Refactoring to include functionality preserving 'addplugins' on base ↵Brendan McCollam2011-11-114-69/+59
| | | | | | | | PluginManager
| * fixes version numberkumar2011-11-111-1/+1
| |
| * edit to changelogkumar2011-11-111-4/+1
| |
| * Mergedkumar2011-11-1118-279/+564
| |\