dd69394598 
								
							 
						 
						
							
							
								
								Added testcase and help for report option  
							
							... 
							
							
							
							Fix added to show help of new reporting option 'a'.
Also, added testcase for checking reporting functionality
with option 'a'.
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com> 
							
						 
						
							2015-09-11 12:24:45 +05:30  
				
					
						
							
							
								 
						
							
								c40947e651 
								
							 
						 
						
							
							
								
								Added fix for specifying every option for reporting  
							
							... 
							
							
							
							The fix will add option 'a' to reporting which will ease task of
adding all options or reporting at once.
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com> 
							
						 
						
							2015-09-10 15:43:43 +05:30  
				
					
						
							
							
								 
						
							
								b6f876e721 
								
							 
						 
						
							
							
								
								Fix --target parameter for pip install  
							
							
							
						 
						
							2015-09-07 14:13:41 -03:00  
				
					
						
							
							
								 
						
							
								5a1c679f78 
								
							 
						 
						
							
							
								
								Keep *dist-info directory on vendored_packages  
							
							
							
						 
						
							2015-09-07 14:09:59 -03:00  
				
					
						
							
							
								 
						
							
								0b3f1b4a7c 
								
							 
						 
						
							
							
								
								Create `_pytest.vendored_packages` and _pytest._pluggy  
							
							... 
							
							
							
							- Replace imports from "pluggy" to "_pytest._pluggy"
- Fallback to import "pluggy" from global namespace if
  not found in _pytest.vendored_packges 
							
						 
						
							2015-09-07 13:01:54 -03:00  
				
					
						
							
							
								 
						
							
								e622975ffd 
								
							 
						 
						
							
							
								
								Merge pull request  #987  from benauthor/master  
							
							... 
							
							
							
							Document single-method usage 
							
						 
						
							2015-09-04 17:24:15 -03:00  
				
					
						
							
							
								 
						
							
								6ffb659282 
								
							 
						 
						
							
							
								
								Document single-method usage  
							
							... 
							
							
							
							It is possible to run a single test method in a class, but the syntax is
not glaringly obvious and documentation would help people out. 
							
						 
						
							2015-09-04 15:11:57 -04:00  
				
					
						
							
							
								 
						
							
								8625eb643e 
								
							 
						 
						
							
							
								
								Merge pull request  #986  from RonnyPfannschmidt/early-logging  
							
							... 
							
							
							
							replay initial warnings when terminalreporter is loaded 
							
						 
						
							2015-09-02 19:10:53 -03:00  
				
					
						
							
							
								 
						
							
								76f0988551 
								
							 
						 
						
							
							
								
								turn the pytest_logwarning hook historic  
							
							
							
						 
						
							2015-09-02 18:49:49 +02:00  
				
					
						
							
							
								 
						
							
								348e519437 
								
							 
						 
						
							
							
								
								Merge pull request  #962  from nicoddemus/doctest-skip  
							
							... 
							
							
							
							Make doctest SKIP option register doctests as SKIPPED rather than PASSED 
							
						 
						
							2015-09-01 12:31:35 +02:00  
				
					
						
							
							
								 
						
							
								7292212d5a 
								
							 
						 
						
							
							
								
								Merge pull request  #976  from nicoddemus/ren-warnings-on-terminal  
							
							... 
							
							
							
							Rename "warnings" to "pytest-warnings" in terminal output 
							
						 
						
							2015-09-01 07:56:42 +02:00  
				
					
						
							
							
								 
						
							
								4ad56e84a8 
								
							 
						 
						
							
							
								
								Make doctest SKIP option register doctests as SKIPPED rather than PASSED  
							
							... 
							
							
							
							Fix 957 
							
						 
						
							2015-08-31 21:25:11 -03:00  
				
					
						
							
							
								 
						
							
								e3734ef337 
								
							 
						 
						
							
							
								
								Add CHANGELOG entry about renaming "warnings" to "pytest-warnings"  
							
							
							
						 
						
							2015-08-31 21:21:29 -03:00  
				
					
						
							
							
								 
						
							
								06a70b6d6d 
								
							 
						 
						
							
							
								
								Merge pull request  #982  from codewarrior0/patch-1  
							
							... 
							
							
							
							Add notes to docstring of `monkeypatch.undo()` 
							
						 
						
							2015-08-31 21:18:53 -03:00  
				
					
						
							
							
								 
						
							
								3fa261564b 
								
							 
						 
						
							
							
								
								replay initial warnings when terminalreporter is loaded  
							
							
							
						 
						
							2015-08-31 21:54:12 +02:00  
				
					
						
							
							
								 
						
							
								18d175708c 
								
							 
						 
						
							
							
								
								Merge pull request  #983  from The-Compiler/issue-979  
							
							... 
							
							
							
							Fix overriding of fixtures with parametrization. 
							
						 
						
							2015-08-31 15:21:45 +02:00  
				
					
						
							
							
								 
						
							
								19791546da 
								
							 
						 
						
							
							
								
								Add docstring.  
							
							
							
						 
						
							2015-08-31 15:11:57 +02:00  
				
					
						
							
							
								 
						
							
								885e461ae3 
								
							 
						 
						
							
							
								
								Fix overriding of fixtures with parametrization.  
							
							... 
							
							
							
							Fixes  #979 , see #926 . 
						
							2015-08-31 14:38:39 +02:00  
				
					
						
							
							
								 
						
							
								3a27cd87ce 
								
							 
						 
						
							
							
								
								Adjust phrasing in monkeypatch.undo docstring  
							
							... 
							
							
							
							s/test invocation/test function invocation/ 
							
						 
						
							2015-08-29 19:00:00 -10:00  
				
					
						
							
							
								 
						
							
								6380e19f07 
								
							 
						 
						
							
							
								
								Add notes to docstring of `monkeypatch.undo()`  
							
							... 
							
							
							
							Note that calling `undo()` is generally not needed, and describe the "gotcha" discovered in #981 . 
							
						 
						
							2015-08-29 16:53:57 -10:00  
				
					
						
							
							
								 
						
							
								c0eec5d61c 
								
							 
						 
						
							
							
								
								Merge pull request  #975  from nicoddemus/fix-regression-parse-known-args  
							
							... 
							
							
							
							Fix regression caused by changing the signature for parse_known_args 
							
						 
						
							2015-08-29 23:44:32 -03:00  
				
					
						
							
							
								 
						
							
								c493f263b6 
								
							 
						 
						
							
							
								
								Merge branch 'Elizaveta239-master'  closes   #908  
							
							
							
						 
						
							2015-08-29 17:34:35 +10:00  
				
					
						
							
							
								 
						
							
								553aef57aa 
								
							 
						 
						
							
							
								
								Merge pull request  #978  from nicoddemus/string-diff  
							
							... 
							
							
							
							Show a few diff lines when truncating string diffs 
							
						 
						
							2015-08-28 09:04:39 +01:00  
				
					
						
							
							
								 
						
							
								9f30ae9850 
								
							 
						 
						
							
							
								
								Merge pull request  #977  from nicoddemus/marks-fixtures-note  
							
							... 
							
							
							
							Add note that using marks on fixtures is not supported 
							
						 
						
							2015-08-28 06:16:49 +02:00  
				
					
						
							
							
								 
						
							
								dd7112d5ea 
								
							 
						 
						
							
							
								
								Show a few diff lines when truncating string diffs  
							
							... 
							
							
							
							Fix  #934  
						
							2015-08-27 22:20:13 -03:00  
				
					
						
							
							
								 
						
							
								b49bedcf0c 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git://github.com/Elizaveta239/pytest into Elizaveta239-master  
							
							
							
						 
						
							2015-08-28 11:10:22 +10:00  
				
					
						
							
							
								 
						
							
								87cb5bc5b7 
								
							 
						 
						
							
							
								
								Add note that using marks on fixtures is not supported  
							
							... 
							
							
							
							Fix  #964  
						
							2015-08-27 20:11:18 -03:00  
				
					
						
							
							
								 
						
							
								e59471766a 
								
							 
						 
						
							
							
								
								Rename "warnings" to "pytest-warnings" in terminal output  
							
							... 
							
							
							
							Fix  #970  
						
							2015-08-27 19:59:52 -03:00  
				
					
						
							
							
								 
						
							
								4533a50542 
								
							 
						 
						
							
							
								
								Fix regression caused by changing the signature for parse_known_args  
							
							... 
							
							
							
							Fix  #973  
						
							2015-08-27 19:35:32 -03:00  
				
					
						
							
							
								 
						
							
								ccf7584fac 
								
							 
						 
						
							
							
								
								Add warning about implementing pytest_addoption from conftest files  
							
							
							
						 
						
							2015-08-27 19:14:56 -03:00  
				
					
						
							
							
								 
						
							
								06b1b69fb7 
								
							 
						 
						
							
							
								
								Merge pull request  #963  from nicoddemus/cookiecutter-docs  
							
							... 
							
							
							
							Mention cookie-cutter in the docs and fix broken links to <extplugin> 
							
						 
						
							2015-08-26 16:41:56 -03:00  
				
					
						
							
							
								 
						
							
								333cb27272 
								
							 
						 
						
							
							
								
								Merge pull request  #961  from nicoddemus/args-after-options  
							
							... 
							
							
							
							Paths after normal options are now properly used to discover rootdir and ini files 
							
						 
						
							2015-08-26 12:50:19 -03:00  
				
					
						
							
							
								 
						
							
								d988d2006f 
								
							 
						 
						
							
							
								
								Mention cookie-cutter in the docs and fix broken links to <extplugin>  
							
							
							
						 
						
							2015-08-25 23:59:18 -03:00  
				
					
						
							
							
								 
						
							
								42b43a7d7b 
								
							 
						 
						
							
							
								
								Paths after normal options are now properly used to discover rootdir and ini files  
							
							... 
							
							
							
							Fix  #949  
						
							2015-08-25 22:08:05 -03:00  
				
					
						
							
							
								 
						
							
								e67d66a5d4 
								
							 
						 
						
							
							
								
								Merge branch 'pytest-dev'  
							
							... 
							
							
							
							# Conflicts:
#	AUTHORS 
							
						 
						
							2015-08-24 22:55:11 +03:00  
				
					
						
							
							
								 
						
							
								b25e41e348 
								
							 
						 
						
							
							
								
								Merge pull request  #956  from nicoddemus/record-xml-property  
							
							... 
							
							
							
							add preliminary support for extended junit xml properties 
							
						 
						
							2015-08-24 09:13:04 +02:00  
				
					
						
							
							
								 
						
							
								70da93145d 
								
							 
						 
						
							
							
								
								Improve docs and using warning system for record_xml_property fixture  
							
							
							
						 
						
							2015-08-23 11:56:27 -03:00  
				
					
						
							
							
								 
						
							
								a20c6d072d 
								
							 
						 
						
							
							
								
								Fix getdoctarget to ignore comment lines  
							
							
							
						 
						
							2015-08-23 11:20:34 -03:00  
				
					
						
							
							
								 
						
							
								06585f5bdd 
								
							 
						 
						
							
							
								
								Always report error about parametrize data that doesn't correspond to fixtures in test functions.  
							
							
							
						 
						
							2015-08-23 13:42:40 +03:00  
				
					
						
							
							
								 
						
							
								44d9365da0 
								
							 
						 
						
							
							
								
								Add warning of "preliminary feature" to record_xml_property  
							
							
							
						 
						
							2015-08-21 15:21:12 -06:00  
				
					
						
							
							
								 
						
							
								2ddbac1f98 
								
							 
						 
						
							
							
								
								Correcting implementation based on pull request feed back  
							
							
							
						 
						
							2015-08-21 14:31:53 -06:00  
				
					
						
							
							
								 
						
							
								287df16c9c 
								
							 
						 
						
							
							
								
								Merge pull request  #817  from nicoddemus/non-collection-exit-error  
							
							... 
							
							
							
							return non-zero exit code if no tests are collected 
							
						 
						
							2015-08-21 18:30:57 +02:00  
				
					
						
							
							
								 
						
							
								5f0e92a432 
								
							 
						 
						
							
							
								
								Merge pull request  #942  from RonnyPfannschmidt/adapt-print  
							
							... 
							
							
							
							Adapt plugin name printing 
							
						 
						
							2015-08-21 12:02:58 -03:00  
				
					
						
							
							
								 
						
							
								d7d418cd47 
								
							 
						 
						
							
							
								
								Fix forked_run_report in pytest.xdist 1.13  
							
							
							
						 
						
							2015-08-20 21:17:27 -04:00  
				
					
						
							
							
								 
						
							
								24212fd97f 
								
							 
						 
						
							
							
								
								Add support to record custom properties on xml output  
							
							
							
						 
						
							2015-08-20 17:55:38 -06:00  
				
					
						
							
							
								 
						
							
								3e41c3cbb3 
								
							 
						 
						
							
							
								
								Using packages from pypi  
							
							
							
						 
						
							2015-08-18 09:19:51 -03:00  
				
					
						
							
							
								 
						
							
								359f248729 
								
							 
						 
						
							
							
								
								Force to use xdist >= 1.13  
							
							
							
						 
						
							2015-08-18 07:35:03 -03:00  
				
					
						
							
							
								 
						
							
								f730291904 
								
							 
						 
						
							
							
								
								Make testsfailed and testscollected public Session attributes  
							
							... 
							
							
							
							As suggested by @flub in review 
							
						 
						
							2015-08-18 07:35:02 -03:00  
				
					
						
							
							
								 
						
							
								2ffd37b816 
								
							 
						 
						
							
							
								
								return non-zero exit code if no tests are collected  
							
							... 
							
							
							
							Fix  #812 
Fix  #500  
						
							2015-08-18 07:35:02 -03:00  
				
					
						
							
							
								 
						
							
								7758bcd141 
								
							 
						 
						
							
							
								
								terminalwriter: extract plugin printing logic and add positive unittests  
							
							
							
						 
						
							2015-08-17 09:10:01 +02:00