summaryrefslogtreecommitdiff
path: root/nose/plugins/doctests.py
Commit message (Expand)AuthorAgeFilesLines
* Recognize doctest options defined in other plugins.Daniel Lepage2014-08-101-11/+12
* Fix #447: doctests fail when getpackage() returns NoneMatthew Brett2013-04-151-0/+2
* Doctest configuration optionflags. Patch from google code - closes GH issue #7Michael Forbes2012-02-121-3/+27
* Compatibility shim for '__builtin__' (Python3 'builtins')Thomas Kluyver2011-01-091-5/+5
* Improved pickle-only config passingJason Pellerin2009-05-251-2/+2
* Doc updatesJason Pellerin2009-05-021-5/+4
* i spilled some red ink on the plugin documentation.catechism2009-04-301-18/+17
* Improved option help display, some whitespace cleanupsjpellerin2009-04-271-3/+6
* Doc improvementsJason Pellerin2009-04-221-6/+10
* Committed PyCon sprint work.Jason Pellerin2009-04-181-14/+21
* Fixed bug in doctest fixture support that caused module fixtures to be called...Jason Pellerin2008-11-211-2/+2
* Merged multiprocess plugin branch (issue 93)Jason Pellerin2008-09-011-20/+140
* Applied patch from issue 163, with minor changes for jython compatibilityJason Pellerin2008-06-141-5/+59
* Merged 160-jython. Add test.sh shell script to run selftest under python2.3-2...Jason Pellerin2008-03-261-4/+2
* Fixed #155James J Lee2008-03-231-6/+3
* Fixed #154. Use correct stack frame in doctest pdb support monkeypatchJames J Lee2008-03-111-1/+2
* Handle attribute errors raised by doctest when a module sets __test__ to some...Jason Pellerin2008-02-021-1/+5
* MERGED 0.10.0-stable 378:411 to trunk in preparation for 0.10.1 release.Jason Pellerin2007-12-221-6/+7
* Merged 0.10.0-stable [308]:[378] into trunkJason Pellerin2007-10-131-3/+25
* Corrected some orphan imports found by pyflakesJason Pellerin2007-04-301-1/+0
* Fixed bugs in doctest loading from non-module files. Added functional test.Jason Pellerin2007-04-271-16/+13
* Added python 2.4 doctest as nose.ext.dtcompat to enable better doctest suppor...Jason Pellerin2007-04-261-22/+26
* MERGE trunk r10:r196 into 0.10-dev branch: some tests now failJason Pellerin2007-04-241-3/+36
* Updated TODO and some docs/commentsJason Pellerin2007-04-231-4/+0
* Modifed doctests plugin to use local subclasses of DocTestCase and DocFileCas...Jason Pellerin2007-04-231-42/+64
* Moved test wrapper class from doctest to nose.case, most test-loading plugins...Jason Pellerin2007-04-211-25/+10
* Work on integrating doctest and testid plugins; doctest still needs some work...Jason Pellerin2007-04-211-13/+68
* Work on context suite/factory/loader to make them more compatible and able to...Jason Pellerin2007-04-151-0/+5
* Started attrib plugin functional test suite. Fixed bugs in attrib plugin.Jason Pellerin2007-04-131-1/+3
* Fixed option handling in builtin plugins. Removed missed tests builtin, no lo...Jason Pellerin2007-04-111-2/+2
* [0.10-dev] Imported last revision from python-hosting to start 0.10-dev branchJason Pellerin2006-12-191-0/+121