summaryrefslogtreecommitdiff
path: root/functional_tests
Commit message (Expand)AuthorAgeFilesLines
* Add missing support infrastructure for the attrib-static test.John Szakmeister2014-02-201-0/+4
* Fix #728: attrib plugin rejects any staticmethodJohn Szakmeister2014-02-201-0/+10
* Fix #771: attr plugin is broken when parent overrides child methodJohn Szakmeister2014-02-203-10/+32
* Fix #720: nose with detailed errors raises encoding errorJohn Szakmeister2013-08-112-0/+20
* Fix #700: Tee is missing the writelines() method.John Szakmeister2013-06-262-0/+21
* Merge pull request #684 from jszakmeister/fix-xunit-unicodeJohn Szakmeister2013-06-012-0/+18
|\
| * Fix #680: xunit problem with unicode on stdoutJohn Szakmeister2013-05-072-0/+18
* | Fix #649: UnicodeDecodeError when an exception contains encoded stringsJohn Szakmeister2013-05-092-0/+27
|/
* Corrected a module path referenceNick Loadholtes2013-04-081-1/+1
* Make test_multiprocessing.test_keyboardinterrupt much more reliable.John Szakmeister2013-03-184-16/+50
* A slightly better fix for #627.John Szakmeister2013-03-171-4/+7
* Merge pull request #639 from jszakmeister/coverage-fixesJohn Szakmeister2013-03-171-0/+79
|\
| * Fix --cover-min-percentage with single packages.John Szakmeister2013-03-031-0/+79
* | Fix #627: require at least 2 cpus for TestConcurrentSharedJohn Szakmeister2013-03-171-0/+5
* | Correctly detect the coverage module under Python 3.3.John Szakmeister2013-03-151-1/+6
* | Fix a twisted test to work with Twisted 12.3.0 or better.John Szakmeister2013-03-041-1/+11
|/
* test_concurrent_shared.py: fixed a minor typo (seconsd -> seconds)Dmitry Shachnev2013-02-091-1/+1
* Finish the setUp() process in TestConcurrentShared.John Szakmeister2013-02-081-0/+4
* Merge pull request #607 from jszakmeister/fix-resource-warningsJohn Szakmeister2013-02-084-9/+21
|\
| * Fix a ResourceWarning in init_plugin.rst.John Szakmeister2013-01-201-3/+5
| * Get rid of another ResourceWarning in test_skips for the xunit plugin.John Szakmeister2013-01-201-1/+3
| * Fix a ResourceWarning in test_entrypoints.John Szakmeister2013-01-201-2/+5
| * Fix a ResourceWarning in test_shared.John Szakmeister2013-01-201-3/+8
* | Merge pull request #605 from jszakmeister/disable-timing-test-under-pypyJohn Szakmeister2013-02-081-0/+10
|\ \
| * | Disable a timing test under PyPy.John Szakmeister2013-01-201-0/+10
| |/
* | Merge pull request #528 from andrea-corbellini/masterJohn Szakmeister2013-01-201-2/+2
|\ \ | |/ |/|
| * Suppress tracebacks caused by ConfigErrors.Andrea Corbellini2012-07-111-2/+2
* | Merge pull request #598 from mitya57/masterJohn Szakmeister2013-01-182-0/+32
|\ \
| * | test_failure.py: make the test a bit more strict (fix by @jszakmeister)Dmitry Shachnev2013-01-181-1/+3
| * | Add a test case for previous commitDmitry Shachnev2013-01-162-0/+30
* | | Fix tests under py32 by creating the symlink dynamically (it didn't get copie...Antoine Pitrou2013-01-163-2/+16
* | | Issue #535: fix nose.importer to work when the same modules are reachable fro...Antoine Pitrou2013-01-162-9/+47
|/ /
* | test_coverage_plugin.py: skip the tests when coverage is not availableDmitry Shachnev2013-01-111-1/+16
* | Add a test for #134: Stop xunit from completely dying if it encounters an errorJohn Szakmeister2012-12-212-0/+20
* | Another doctest fix to work with Python 3.3.John Szakmeister2012-12-101-8/+8
* | multiprocess: make test a little less racyJohn Szakmeister2012-11-111-0/+1
* | Merge pull request #564 from jszakmeister/xunit-capture-stdoutJP2012-10-111-1/+1
|\ \
| * | xunit: capture stdout out into the system-out tagJohn Szakmeister2012-10-021-1/+1
* | | Merge pull request #517 from myint/cpu_countJP2012-10-011-0/+4
|\ \ \ | |/ / |/| |
| * | Remove redundant codemyint2012-05-131-7/+1
| * | 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