summaryrefslogtreecommitdiff
path: root/functional_tests/doc_tests
Commit message (Expand)AuthorAgeFilesLines
* remove support for old coverage module and rewrite coverage testsTimotheĢe Peignier2011-12-145-109/+0
* .coverage file is now saved again (#439). Also bump to 1.1.2release_1.1.2kumar2011-07-301-1/+7
* Updating doctest for Python 3 output. Hmm, how did this pass before? :/kumar2011-07-271-1/+1
* Fixes bad link to begin() in docs (#438)kumar2011-07-271-5/+5
* Merged in garyd/nose (pull request #4)Jason Pellerin2011-07-141-1/+11
|\
| * Fix test failure with Python 3.Gary Donovan2011-07-141-1/+11
* | Merged in garyd/nose (pull request #3)Jason Pellerin2011-07-142-38/+2
|\ \
| * | Python3 prints the full module path to custom exceptions.Buck Golemon2011-04-301-38/+0
| * | fix pre-existing flaws in the multiprocessing doctestBuck Golemon2011-04-301-0/+2
| |/
* | Fix grammar mistake in documentation.Gary Donovan2011-07-141-1/+1
|/
* Removing since it's autogenerated and not used in docs since coverage 3 supportkumar2011-03-201-32/+0
* Coverage uses native HTML generation when coverage 3 is installed (Issue 264)kumar2011-03-201-62/+18
* Updated multiprocessing module docs and main doc link pagejpellerin2010-11-191-12/+9
* More 3.x fixups (Now down to only 5 of 331 tests not passing)Alex Stewart2010-09-011-0/+16
* More Py3 fixups: created setup3lib, added pyversion_patching to build_testsAlex Stewart2010-08-314-1/+58
* Fixup for newer version of coverage (output format has apparently changed)Alex Stewart2010-08-271-2/+2
* More 2.7 compat fixesjpellerin2010-07-072-1/+2
* Merged stablejpellerin2010-01-191-0/+7
|\
| * Fixed 2.4 incompatibility in a testjpellerin2009-12-031-1/+5
| * Fixed some more 2.7 failuresjpellerin2009-10-171-0/+3
* | o mark Skipped tests with <skipped> testcase tags and include the ExceptionPhilip Jenvey2010-01-171-1/+1
* | Applied xunit test name fix patch from issue 280. Closes issue 280.jpellerin2009-12-141-1/+1
|/
* Fixed tests that failed under windows/py25jpellerin2009-09-271-1/+1
* Revised support test to be windows-compatibleJason Pellerin2009-06-012-9/+25
* Fixed issue 270: packages dispatched to mp worker were not fully loadedJason Pellerin2009-05-301-3/+0
* Disabled multiprocess for windows, noted in docs that it is not available on ...Jason Pellerin2009-05-051-0/+4
* Doc tweaksJason Pellerin2009-05-021-3/+25
* minor spag tweakscatechism2009-05-014-13/+13
* i spilled some red ink on the plugin documentation.catechism2009-04-301-33/+32
* Clarified differences between module/test doctest fixturesJason Pellerin2009-04-261-12/+23
* Formatting fixJason Pellerin2009-04-222-4/+4
* Doc improvementsJason Pellerin2009-04-221-45/+70
* Added coverage output file needed by doc builder. Added docs to Failure. Upda...Jason Pellerin2009-04-211-0/+32
* Fixed bugs in testid, test suiteJason Pellerin2009-04-201-1/+1
* Doc updates, some done some in progressJason Pellerin2009-04-198-39/+51
* Committed PyCon sprint work.Jason Pellerin2009-04-1817-59/+256
* Added some warnings about plugin interoperationJason Pellerin2009-01-141-0/+9
* Removed coverage output dirJason Pellerin2008-12-102-36/+0
* Small fixesJason Pellerin2008-12-101-1/+6
* Removed jython class fileJason Pellerin2008-12-101-0/+0
* Applied patch from Augie Fackler implementing optional html coverage reportsJason Pellerin2008-12-107-0/+127
* Note why mp test is skipped under 2.6 when mp is activeJason Pellerin2008-12-082-3/+7
* Tried to make mp test run under mp in 2.6. Failed, gave up.Jason Pellerin2008-11-195-34/+57
* somehow this pyc file got checked in and every time I run nose it shows up as...Kumar McMillan2008-11-141-0/+0
* Fixed issues with python 2.6 compatiblityJason Pellerin2008-10-022-2/+5
* Merged multiprocess plugin branch (issue 93)Jason Pellerin2008-09-018-0/+420
* Fixed another case where imported test gets wrong ancestors: selection of Tes...Jason Pellerin2008-04-071-0/+37
* Applied updated patch from issue 142Jason Pellerin2008-04-031-10/+11
* Merged 158-166-config-files. Fixes #158 and #166.Jason Pellerin2008-04-0212-8/+103
* Merged 145-imported-test-fixtures. Fixes issue 145.Jason Pellerin2008-04-028-0/+106