summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Regenerate the man page and readme.release_1.3.1John Szakmeister2014-03-102-4/+4
* Update the version in the CHANGELOG and in Nose.John Szakmeister2014-03-103-3/+3
* Update NEWS.John Szakmeister2014-03-101-9/+14
* Add another entry to the changelog.John Szakmeister2014-03-031-0/+1
* Fix a test in test_twisted.John Szakmeister2014-02-281-1/+1
* Give credit to Charlie for the update to the testing documentation.John Szakmeister2014-02-211-0/+2
* Add missing support infrastructure for the attrib-static test.John Szakmeister2014-02-201-0/+4
* Merge pull request #775 from diminoten/masterJohn Szakmeister2014-02-201-2/+2
|\
| * Fix plugin test interface documentation. #773diminoten2014-02-191-2/+2
* | Fix #728: attrib plugin rejects any staticmethodJohn Szakmeister2014-02-203-0/+13
* | Merge pull request #772 from jszakmeister/fix-771John Szakmeister2014-02-205-15/+38
|\ \ | |/ |/|
| * Fix #771: attr plugin is broken when parent overrides child methodJohn Szakmeister2014-02-205-15/+38
|/
* Update the generated README.txt file.John Szakmeister2014-02-191-5/+41
* Fix a typo in the help for --cover-min-percentage.John Szakmeister2014-02-192-4/+14
* Drop Python 2.5 from Travis CI. It's no longer supported.John Szakmeister2014-02-181-1/+1
* Add a CHANGELOG entry for Kevin's Ctrl-C patch.John Szakmeister2014-02-141-0/+3
* Fix #690: Don't traceback when coverage reports fail.John Szakmeister2014-02-132-2/+13
* Merge pull request #682 from kevinjqiu/ignore-keyboard-interruptJohn Szakmeister2014-02-121-1/+4
|\
| * Catch KeyboardInterrupt during test run...Kevin Qiu2013-05-021-1/+4
* | Merge pull request #739 from chebee7i/cover_packageJohn Szakmeister2014-02-121-1/+2
|\ \
| * | Instruct coverage instance to cover requested packages only.chebee7i2013-10-181-1/+2
* | | Give credit to Malthe Borch for the log capture fix.John Szakmeister2014-02-121-0/+1
* | | Merge pull request #727 from malthe/fix-builtin-filteringJohn Szakmeister2014-02-123-1/+24
|\ \ \
| * | | Fixed issue with builtin filtering.Malthe Borch2014-02-123-1/+24
* | | | Add Anne's regex change to the CHANGELOG.John Szakmeister2014-02-091-0/+2
* | | | Merge pull request #744.John Szakmeister2014-02-031-2/+2
|\ \ \ \
| * | | | Fix #743: fix incorrect regex in writing_tests.rstAnneTheAgile2014-02-031-2/+2
* | | | | Add note about tests being ignored from +x files.Michael Dunn2014-01-312-0/+7
* | | | | Add Barry's contribution to the CHANGELOG.John Szakmeister2014-01-311-0/+2
* | | | | Merge pull request #763 from warsaw/issue759John Szakmeister2014-01-302-3/+1
|\ \ \ \ \
| * | | | | Fix the test failures in issue 759.Barry Warsaw2014-01-142-3/+1
|/ / / / /
* | | | | Update changelog with Ian's contribution.John Szakmeister2014-01-091-0/+3
* | | | | Merge pull request #699 from ianw/skiptest-exceptionJohn Szakmeister2014-01-091-6/+13
|\ \ \ \ \
| * | | | | Look for unittest2 in skip pluginIan Wienand2013-06-201-6/+13
* | | | | | Update changelog with Michael's contribution.John Szakmeister2014-01-081-0/+2
* | | | | | Merge pull request #758 from mjkillough/issue_501John Szakmeister2014-01-081-1/+45
|\ \ \ \ \ \
| * | | | | | Add test that transplants a function generatorMichael Killough2014-01-031-1/+45
* | | | | | | Fix #501: Imported test generators are treated as simple test functionsJohn Szakmeister2014-01-082-2/+10
* | | | | | | Update the CHANGELOG to reflect the current state of master.John Szakmeister2014-01-071-0/+38
|/ / / / / /
* | | | | | Merge pull request #750 from AndreLouisCaron/fix-xunit-capture-stackJohn Szakmeister2013-11-262-0/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Adding myself to authors file (first commit).Andre Caron2013-11-251-0/+1
| * | | | | Fixes issue #749.Andre Caron2013-11-251-0/+3
* | | | | | Merge pull request #724 from jszakmeister/fix-some-unicode-errorsJohn Szakmeister2013-10-218-97/+112
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | pyversion: minor fixes to exc_to_unicodeJohn Szakmeister2013-10-211-27/+21
| * | | | | pyversion: try unicode() before stringifying in force_unicode()John Szakmeister2013-08-301-5/+11
| * | | | | Fix #720: nose with detailed errors raises encoding errorJohn Szakmeister2013-08-113-3/+25
| * | | | | Centralize some unicode and exception helpers into pyversion.John Szakmeister2013-08-113-51/+59
| * | | | | Fix #692: UnicodeDecodeError in xunit when capturing stdout and stderrJohn Szakmeister2013-08-112-57/+31
| * | | | | Fix #693: Python 2.4 incompatibilitiesJohn Szakmeister2013-08-113-3/+14
* | | | | | Merge pull request #685 from lukaszb/ignore-config-filesJohn Szakmeister2013-09-213-2/+45
|\ \ \ \ \ \