summaryrefslogtreecommitdiff
path: root/functional_tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | Add test case with negative "--processes" valuemyint2012-05-131-0/+10
| |/
* | add coverage2 fixtureDomen Kožar2012-08-273-0/+16
* | more testsDomen Kožar2012-08-181-3/+25
* | add --cover-min-percentage support to cover plugin.Domen Kožar2012-08-131-1/+20
|/
* remove support for old coverage module and rewrite coverage testsTimothée Peignier2011-12-146-99/+37
* Changing functional_tests/test_defaultpluginmanager.py to support py2.4, 2.5 ...Brendan McCollam2011-11-151-2/+4
* Refactoring to include functionality preserving 'addplugins' on base PluginMa...Brendan McCollam2011-11-111-2/+2
* Mergedkumar2011-11-1113-45/+263
|\
| * make test_keyboardinterrupt multiprocess plugin test more robust on slowHeng Liu2011-11-041-1/+7
| * Fixes relative import for one more testkumar2011-11-041-1/+1
| * Fixes relative imports and path to support dirkumar2011-11-044-8/+9
| * it seems the failure in the jenkins is related to speed of the test machineHeng Liu2011-11-041-1/+1
| * rearrange keyboard interrupt testsHeng Liu2011-11-044-16/+32
| * fix jenkins test failureHeng Liu2011-11-031-5/+3
| * make the multiprocessing server process ignore ctrl+c to keep communicationHeng Liu2011-11-031-0/+4
| * properly handle ctrl+c (keyboard interrupt):Heng Liu2011-11-031-2/+2
| * properly handle ctrl+c (keyboard interrupt):Heng Liu2011-11-034-0/+137
| * remove teardown in multiprocessing plugin tests class: not useful any moreHeng Liu2011-11-031-3/+0
| * streamline multiprocessing testsHeng Liu2011-11-026-92/+50
| * properly distribute tests under shared fixtures to multiprocess workerHeng Liu2011-10-263-0/+49
| * fixes Issue 462: class fixture are not properly handled in multiprocess. addedHeng Liu2011-10-264-0/+52
* | Improved handling of addplugins keywordBrendan McCollam2011-11-101-6/+2
* | Changes to plugins.manager.py to allow plugins included with addplugins keywo...Brendan McCollam2011-11-091-0/+24
|/
* .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
* Rewrote another doctest, made TestCases safe for older pythonsjpellerin2011-07-254-22/+44
* Rewrote doctest as TestCasejpellerin2011-07-253-40/+24
* 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-1412-102/+231
|\ \
| * \ Merged with attr plugin fixeskumar2011-05-028-38/+74
| |\ \
| | * | 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
| | * | merge the multiprocessing support back from functional_tests/test_multiproces...Buck Golemon2011-04-302-415/+1
| | * | fix to use bytes_: str(w.currentaddr.value,ascii)Buck Golemon2011-04-301-1/+3
| | * | add failing tests for multiprocessingBuck Golemon2011-04-307-0/+484
| * | | Overhaul the Attribute Selector plugin to fix the following bugs:Bobby Impollonia2011-05-012-64/+116
| |/ /
| * | Fixes case where teardown_class() was called more than once (Issue 408)kumar2011-04-012-0/+41
| |/
* | 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
* Xunit plugin now shows test run time in fractions of a second (#317)kumar2011-03-191-1/+1
* @attr can now be used as a class decorator (Issue 292)kumar2011-03-192-0/+14
* Pulled python 3 vs ascii fixjpellerin2010-12-011-3/+10
|\
| * Fixes test code when run in a python 3 that was compiled with ascii encoding ...kumar2010-12-011-3/+10
* | Updated multiprocessing module docs and main doc link pagejpellerin2010-11-191-12/+9
|/
* 3.x fixups: 0/331 failures!Alex Stewart2010-09-011-6/+0
* More 3.x fixups (Now down to only 5 of 331 tests not passing)Alex Stewart2010-09-013-5/+21
* More Py3 fixups: created setup3lib, added pyversion_patching to build_testsAlex Stewart2010-08-314-1/+58