summaryrefslogtreecommitdiff
path: root/unit_tests
Commit message (Expand)AuthorAgeFilesLines
* Set __qualname__ equal to __name__ on derived classesDmitry Shachnev2016-02-011-0/+1
* FIX: Add simple testEric Larson2016-01-271-2/+6
* Merge an amended version of #896.John Szakmeister2015-11-281-11/+92
|\
| * Fix a coverage plugin test to work with newer versions of coverage.John Szakmeister2015-11-281-21/+38
| * Adds an option to specify the location of the coverage config file.Brian Reinhart2015-11-281-11/+75
* | test: add test with custom class name prefixJoscha Feth2015-11-291-8/+25
* | feat: adds an option that allows prefixing the class name in an xunit reportJoscha Feth2015-11-291-7/+53
|/
* fake stdout should always have encoding attributeMatt Chisholm2015-11-281-0/+7
* Merge an amended version of #945.John Szakmeister2015-11-281-4/+30
|\
| * Skip distutils.log test if distutils.log is not available.John Szakmeister2015-11-281-2/+11
| * BUG: Tee doesn't have encoding or errors attrs.Prabhu Ramachandran2015-08-271-4/+21
* | Merge pull request #948 from adamchainz/logcapture_propagate_falseJohn Szakmeister2015-11-281-0/+18
|\ \
| * | Fix logcapture plugin to capture output from non-propagating loggers, and to ...Adam Chainz2015-09-041-0/+18
| |/
* | unit_tests/test_cases: add tests for {Function,Method}TestCase.__repr__Lewis Haley2015-10-161-0/+40
|/
* Fix for try_run when using bound methodsChristian Lyder Jacobsen2014-05-081-0/+6
* 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