summaryrefslogtreecommitdiff
path: root/functional_tests
Commit message (Collapse)AuthorAgeFilesLines
* Made test repeatableJason Pellerin2009-04-211-1/+3
|
* Added coverage output file needed by doc builder. Added docs to Failure. ↵Jason Pellerin2009-04-214-0/+84
| | | | Updated Failure to have usable address when possible so that testid can be used to retry. Added tests for that case.
* Fixed bugs in testid, test suiteJason Pellerin2009-04-202-3/+6
|
* Doc updates, some done some in progressJason Pellerin2009-04-198-39/+51
|
* Committed PyCon sprint work.Jason Pellerin2009-04-1825-71/+480
|
* Applied patch making namespace package path traversal optionalJason Pellerin2009-02-042-7/+20
|
* 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 ↵Kumar McMillan2008-11-141-0/+0
| | | | as modified even though I have a global ignore set on all pyc files. hmm. Deleting it!
* Fixed issues with python 2.6 compatiblityJason Pellerin2008-10-022-2/+5
|
* Merged multiprocess plugin branch (issue 93)Jason Pellerin2008-09-018-0/+420
|
* Merged ticket-148 branch: added logcapture plugin. Bumped version to 0.11Jason Pellerin2008-06-061-0/+16
|
* Removed some cruftJason Pellerin2008-06-021-6/+0
|
* Added regression tests for issue 191Jason Pellerin2008-06-024-0/+60
|
* Fixed another case where imported test gets wrong ancestors: selection of ↵Jason Pellerin2008-04-071-0/+37
| | | | TestClass.test_method on commandline was not transplanting parent class.
* Add missing trailing newline to the standard test run report (it was removed ↵James J Lee2008-04-052-0/+45
| | | | accidentally in r479)
* Applied patch from issue 82Jason Pellerin2008-04-037-0/+108
|
* Applied updated patch from issue 142Jason Pellerin2008-04-031-10/+11
|
* Merged 158-166-config-files. Fixes #158 and #166.Jason Pellerin2008-04-0213-9/+104
|
* Merged 145-imported-test-fixtures. Fixes issue 145.Jason Pellerin2008-04-028-0/+106
|
* Merged 160-jython. Add test.sh shell script to run selftest under ↵Jason Pellerin2008-03-261-1/+5
| | | | python2.3-2.5 and jython. Updated ls_tree and svn:ignore to ignore $py.class files.
* Applied patch from issue 164, updated CHANGELOG: fixed import of namespace ↵Jason Pellerin2008-03-267-0/+63
| | | | packages.
* Applied ls_tree patch from issue 144Jason Pellerin2008-03-251-22/+22
|
* Fixed #173 Fix a 2.3 incompatibility.James J Lee2008-03-231-2/+2
|
* Add the tests for #142 I intended to commit with r439James J Lee2008-03-114-0/+170
|
* Fixed #152: applied patchJason Pellerin2008-01-291-2/+65
|
* MERGED 0.10.0-stable 378:411 to trunk in preparation for 0.10.1 release.Jason Pellerin2007-12-2211-12/+277
|
* Merged 0.10.0-stable [308]:[378] into trunkJason Pellerin2007-10-1320-0/+666
|
* Merged 0.10.0-stable [282]:[308] into trunkJason Pellerin2007-08-126-1/+128
|
* Merged 0.10.0-stable [266]:[282] into trunk.Jason Pellerin2007-07-198-0/+52
|
* Implemented loadTestsFromTestCase hook for plugins, with test.Jason Pellerin2007-07-013-1/+66
|
* Added regression test for issue #3Jason Pellerin2007-06-282-1/+30
|
* Added additional twisted integration tests. Fixed bug in twistedtools ↵Jason Pellerin2007-05-102-3/+50
| | | | handling of reactors that caused twisted.trial tests run after twistedtools tests to hang or otherwise fail to report any outcome.
* Changed exit argument to TestProgram to exit from exit_. Added failing error ↵Jason Pellerin2007-05-105-4/+50
| | | | classes to test run summary.
* Restored correct default behavior of main() (exits), run() (does not exit, ↵Jason Pellerin2007-05-072-6/+11
| | | | returns success)
* Updated add_path so that it adds lib and src dirs in the parent path to ↵Jason Pellerin2007-04-305-1/+39
| | | | sys.path also. Added functional test for lib/ src/ tests/ package layout.
* Added functional test for testid/doctest integration when tests are from ↵Jason Pellerin2007-04-291-5/+81
| | | | non-module files.
* Fixed bugs in doctest loading from non-module files. Added functional test.Jason Pellerin2007-04-274-0/+34
|
* Added python 2.4 doctest as nose.ext.dtcompat to enable better doctest ↵Jason Pellerin2007-04-261-2/+3
| | | | support for python 2.3
* Added first isolate plugin functional tests (one failing)Jason Pellerin2007-04-253-8/+66
|
* Added support files for isolate plugin functional testsJason Pellerin2007-04-254-0/+23
|
* Some work on 2.3 compat -- still much to doJason Pellerin2007-04-251-2/+2
|
* Added plugin hooks that isolate plugin will needJason Pellerin2007-04-241-4/+6
|
* Updated TODO and some docs/commentsJason Pellerin2007-04-231-3/+3
|
* Modifed doctests plugin to use local subclasses of DocTestCase and ↵Jason Pellerin2007-04-231-1/+1
| | | | DocFileCase that add address() and fix name attribute rather than wrapping. Removed TestWrapper from nose.case. Made builtin plugin loading slightly less manual and more robust.