summaryrefslogtreecommitdiff
path: root/functional_tests
Commit message (Expand)AuthorAgeFilesLines
* Set __qualname__ equal to __name__ on derived classesDmitry Shachnev2016-02-011-0/+1
* Fix #931: duplicate __init__ modules can be picked upJohn Szakmeister2015-10-201-1/+4
* Skip the multiprocess keyboard interrupt tests on certain platforms.John Szakmeister2015-06-011-0/+4
* Update a coverage plugin test to work with coverage 4.0.John Szakmeister2015-01-251-1/+6
* Fix #875: nose doesn't collect tests when subpackage is given as argJohn Szakmeister2015-01-254-7/+62
* Fix #859 Xunit plug-in not able to change testsuite nameGaurang0332014-12-142-0/+23
* Add a few tests with raising string exceptions.John Szakmeister2014-04-192-0/+62
* Skip coverage tests correctly in Python 2.5 when coverage not available.John Szakmeister2014-04-191-6/+7
* Disable test_concurrent_shared.John Szakmeister2014-03-271-39/+42
* Make issue680 test succeed with LC_ALL=CDmitry Shachnev2014-03-191-2/+2
* 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