summaryrefslogtreecommitdiff
path: root/unit_tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #787 from AntoineD/masterJohn Szakmeister2014-04-101-0/+12
|\
| * Fix #786: generator method fails with callable instanceAntoine Dechaume2014-04-101-0/+12
* | Fix try_run on pypy.John Szakmeister2014-03-281-1/+2
* | Fix #782: Make doctest work with new configparser versionsDmitry Shachnev2014-03-181-5/+5
|/
* Fix a test in test_twisted.John Szakmeister2014-02-281-1/+1
* Merge pull request #727 from malthe/fix-builtin-filteringJohn Szakmeister2014-02-121-0/+20
|\
| * Fixed issue with builtin filtering.Malthe Borch2014-02-121-0/+20
* | Add test that transplants a function generatorMichael Killough2014-01-031-1/+45
* | Merge pull request #724 from jszakmeister/fix-some-unicode-errorsJohn Szakmeister2013-10-211-34/+0
|\ \
| * | Fix #692: UnicodeDecodeError in xunit when capturing stdout and stderrJohn Szakmeister2013-08-111-34/+0
| |/
* | Merge pull request #685 from lukaszb/ignore-config-filesJohn Szakmeister2013-09-211-1/+32
|\ \
| * | Added NOSE_IGNORE_CONFIG_FILES as env variable optionLukasz Balcerzak2013-05-091-1/+32
| |/
* | Failing test for modules with names starting with __init__ that aren't __init...Paul Bonser2013-07-313-0/+12
|/
* Fix #447: doctests fail when getpackage() returns NoneMatthew Brett2013-04-154-0/+53
* Merge pull request #553 from Infinidat/masterJohn Szakmeister2013-02-102-0/+39
|\
| * Stop mangling error output.Arnon Yaari2013-02-052-0/+39
* | Merge pull request #607 from jszakmeister/fix-resource-warningsJohn Szakmeister2013-02-081-1/+2
|\ \
| * | Fix a ResourceWarning in test_xunit.John Szakmeister2013-01-201-1/+2
* | | Merge pull request #603 from saschpe/master-plugin-failuredetail-no-tbJohn Szakmeister2013-02-081-0/+23
|\ \ \
| * | | Fix formatFailure expection if missing tb in exc_infoSascha Peilicke2013-01-181-0/+23
* | | | Merge pull request #595 from mwilliamson/bugfixJohn Szakmeister2013-02-081-0/+20
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix: missing method on test class from another module raises ErrorMichael Williamson2013-01-071-0/+20
| |/ /
* | | Merge pull request #520 from Bahus/patch-1John Szakmeister2013-01-211-0/+25
|\ \ \
| * | | Add a test for #109: Fails to properly parse NOSE_COVER_PACKAGE.John Szakmeister2013-01-211-0/+25
* | | | Merge pull request #572 from bfroehle/loader_usage_txtJohn Szakmeister2013-01-201-38/+10
|\ \ \ \ | |_|_|/ |/| | |
| * | | Use `nose.__loader__` to load 'usage.txt', if available.Bradley M. Froehle2012-12-271-38/+10
| | |/ | |/|
* | | Updated timed decorator to return result of function.Praful Mathur2013-01-181-0/+6
|/ /
* | Merge pull request #563John Szakmeister2012-12-101-0/+4
|\ \
| * | test_utils: add some edge cases to test_test_addressJohn Szakmeister2012-09-291-0/+4
| |/
* | Merge pull request #562 from santtu/masterJP2012-10-301-2/+19
|\ \
| * | Format captured log records immediately to have consistent formatting of muta...Santeri Paavolainen2012-09-301-2/+19
| |/
* | Merge pull request #564 from jszakmeister/xunit-capture-stdoutJP2012-10-111-4/+6
|\ \
| * | xunit: capture stdout out into the system-out tagJohn Szakmeister2012-10-021-4/+6
| |/
* | test_xunit: Replace an embedded tab with spacesJohn Szakmeister2012-09-291-2/+2
|/
* add loglevel option to logcapture plugin and add associated testArach Tchoupani2012-01-251-3/+18
* Define __unittest in scope of nose's assertion helpers to hide noisy stack fr...Erik Rose2011-12-181-17/+33
* Mergedkumar2011-07-075-16/+56
|\
| * Fixes Xunit so it represents generator test names correctly (Issue 369)kumar2011-06-171-1/+21
| * case.shortDescription() is more forgiving to __str__ errors (issue 422)kumar2011-05-271-0/+11
| * Merged with attr plugin fixeskumar2011-05-021-2/+4
| |\
| | * Re-enabled the pickling test in multiprocessing since it works. woo!kumar2011-05-021-2/+4
| * | Overhaul the Attribute Selector plugin to fix the following bugs:Bobby Impollonia2011-05-011-6/+10
| |/
| * Skipping pickle test because it gets stuck in an infinite loop (see Issue 399)kumar2011-04-191-0/+1
| * New multiprocessing declares byte values correctly (part of Issue 399)kumar2011-04-182-5/+3
| * Revised multiprocessing so it works for test generators (Issue 399)kumar2011-03-271-4/+8
* | Fix up broken unit test.Gary Donovan2011-07-061-1/+1
* | Be able to specify ignoreFiles as a parameter, overriding defaults.Gary Donovan2011-07-062-0/+50
|/
* Attempts to force a binary (string) result in python 3 to fix encoding problemkumar2011-03-271-1/+1
* Fixes mishandling of custom exceptions during failures (Issue 405)kumar2011-03-221-1/+25
* Fixes capture plugin when exception message contains non-ascii chars (Issue 402)kumar2011-03-211-0/+13