summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix CHANGELOG.HEADmasterJohn Szakmeister2016-03-031-2/+5
* Merge pull request #983 from mitya57/masterJohn Szakmeister2016-02-024-0/+4
|\
| * Travis: Add 3.5 to supported Python versionsDmitry Shachnev2016-02-011-0/+1
| * Set __qualname__ equal to __name__ on derived classesDmitry Shachnev2016-02-013-0/+3
|/
* Merge pull request #830 from Eric89GXL/no-printJohn Szakmeister2016-01-274-10/+24
|\
| * FIX: Add simple testEric Larson2016-01-273-6/+24
| * STY: No double negativeEric Larson2016-01-271-3/+3
| * ENH: Allow not printing coverage reportEric Larson2016-01-273-23/+19
|/
* Merge pull request #977 from harrykao/multiprocess_loaderJohn Szakmeister2015-12-231-2/+2
|\
| * Use a new test loader for each queue item.Harry Kao2015-12-221-2/+2
|/
* Merge an amended version of #896.John Szakmeister2015-11-283-14/+108
|\
| * 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-283-14/+91
* | Merge pull request #968 from joscha/add-prefix-parameterJohn Szakmeister2015-11-284-10/+102
|\ \ | |/ |/|
| * 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-294-10/+85
|/
* doc: fix typoJohn Szakmeister2015-11-281-1/+1
* doc: add a note about nose skipping files marked executableJohn Szakmeister2015-11-281-2/+7
* Merge an amended version of #630.John Szakmeister2015-11-282-0/+16
|\
| * capture: copy encoding and errors from from sys.stdout, if availableJohn Szakmeister2015-11-281-2/+9
| * fake stdout should always have encoding attributeMatt Chisholm2015-11-282-0/+9
|/
* Merge an amended version of #945.John Szakmeister2015-11-282-6/+33
|\
| * 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-272-6/+24
* | Merge pull request #948 from adamchainz/logcapture_propagate_falseJohn Szakmeister2015-11-282-0/+25
|\ \
| * | Fix logcapture plugin to capture output from non-propagating loggers, and to ...Adam Chainz2015-09-042-0/+25
| |/
* | Merge an amended version of #876.John Szakmeister2015-11-281-25/+27
|\ \
| * | testid: don't traceback if the idfile doesn't existJohn Szakmeister2015-11-281-27/+28
| * | Close idfile object in a finally clauseRenzo Lucioni2015-11-281-2/+3
* | | Merge pull request #967 from joscha/patch-1John Szakmeister2015-11-281-0/+15
|\ \ \ | |/ / |/| |
| * | docs: add information about how to (continuously) run a single test suiteJoscha Feth2015-11-121-0/+15
* | | Merge pull request #951 from LewisHaley/fix-test-repr-with-mutable-argsJohn Szakmeister2015-11-282-29/+61
|\ \ \
| * | | case.{Function,Method}TestCase: deobfuscate references to self.arg_reprLewis Haley2015-11-101-29/+19
| * | | nose/case.{Function,Method}TestCase: have consistent __repr__Lewis Haley2015-10-161-6/+8
| * | | unit_tests/test_cases: add tests for {Function,Method}TestCase.__repr__Lewis Haley2015-10-161-0/+40
* | | | Merge pull request #950 from kengruven/masterJohn Szakmeister2015-11-185-11/+13
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix OptBucket for Python 2.6Ken Harris2015-11-111-2/+3
| * | | Escape backslashes for Sphinx, in OptBucketKen Harris2015-11-113-3/+5
| * | | Fix default testMatch in usage.txtKen Harris2015-11-113-5/+5
| * | | Update Config class docstring for 'testMatch'Ken Harris2015-09-241-1/+1
| * | | Fix NOSE_TESTMATCH default regex.Ken Harris2015-09-152-4/+3
| | |/ | |/|
* | | doc: fix linkJohn Szakmeister2015-11-041-1/+1
* | | Add a note to users about the state of Nose.John Szakmeister2015-11-041-0/+9
* | | Merge pull request #940 from alexandre-figura/masterJohn Szakmeister2015-10-211-2/+0
|\ \ \
| * | | nose.suite: Clean up forgotten set_trace()Alexandre Figura2015-08-191-2/+0
| |/ /
* | | Update make help with a reference to the readme target.John Szakmeister2015-10-211-0/+1
* | | Merge pull request #957 from jszakmeister/fix-931John Szakmeister2015-10-212-2/+7
|\ \ \ | |_|/ |/| |
| * | Fix #931: duplicate __init__ modules can be picked upJohn Szakmeister2015-10-202-2/+7
|/ /
* | Merge pull request #954 from benpatterson/benp/fix-travis-buildsJohn Szakmeister2015-10-142-2/+6
|\ \ | |/ |/|
| * [fix-travis] Update requirements file to accommodate coverage 4.0 support lev...Ben Patterson2015-10-081-1/+3