7d150c20cf 
								
							 
						 
						
							
							
								
								Regenerate 2.8.5 docs.  
							
							
							
						 
						
							2015-12-11 22:28:23 -02:00  
				
					
						
							
							
								 
						
							
								a124163425 
								
							 
						 
						
							
							
								
								Prepare for 2.8.5: bump version, CHANGELOG, announce  
							
							
							
						 
						
							2015-12-11 19:20:07 -02:00  
				
					
						
							
							
								 
						
							
								2382546112 
								
							 
						 
						
							
							
								
								Merge pull request  #1252  from nicoddemus/optimize-app-veyor  
							
							... 
							
							
							
							Optimize appveyor build 
							
						 
						
							2015-12-11 16:10:45 +01:00  
				
					
						
							
							
								 
						
							
								946bb08da5 
								
							 
						 
						
							
							
								
								Tyding up the CHANGELOG  
							
							
							
						 
						
							2015-12-11 00:36:26 -02:00  
				
					
						
							
							
								 
						
							
								85d1f0404a 
								
							 
						 
						
							
							
								
								Merge pull request  #1243  from aselus-hub/master  
							
							... 
							
							
							
							Update python.py 
							
						 
						
							2015-12-11 00:33:46 -02:00  
				
					
						
							
							
								 
						
							
								1d60f61ba8 
								
							 
						 
						
							
							
								
								Optimize appveyor build  
							
							... 
							
							
							
							- AppVeyor does not run matrix builds in parallel, so creating a matrix with the intent to
  speed up the build will actually result in longer build times, as each matrix will execute
  in a brand new VM.
- tox does not detect 64 bit installations in AppVeyor, it always installs interpreters
  from C:\PythonX.Y, so there's no point to have 64bit builds
- No need for the auxiliary script "install.ps1" because all python versions we are interested
  in are already pre-installed in AppVeyor 
							
						 
						
							2015-12-11 00:20:20 -02:00  
				
					
						
							
							
								 
						
							
								ad05cbe6da 
								
							 
						 
						
							
							
								
								fixed meesage.  
							
							
							
						 
						
							2015-12-10 15:39:31 -08:00  
				
					
						
							
							
								 
						
							
								1216a27b44 
								
							 
						 
						
							
							
								
								added docstrign to inection collection test.  
							
							
							
						 
						
							2015-12-10 15:19:08 -08:00  
				
					
						
							
							
								 
						
							
								2b2240e904 
								
							 
						 
						
							
							
								
								added myself to authors, added changelog entry.  
							
							
							
						 
						
							2015-12-10 15:15:09 -08:00  
				
					
						
							
							
								 
						
							
								74f7efd2a3 
								
							 
						 
						
							
							
								
								added line comparison that is pytest-sugar agnostic.  
							
							
							
						 
						
							2015-12-10 15:10:55 -08:00  
				
					
						
							
							
								 
						
							
								34db8aed34 
								
							 
						 
						
							
							
								
								added verification that test actually passed.  
							
							
							
						 
						
							2015-12-10 15:02:57 -08:00  
				
					
						
							
							
								 
						
							
								af54e09759 
								
							 
						 
						
							
							
								
								nit: fixed newline  
							
							
							
						 
						
							2015-12-10 14:46:51 -08:00  
				
					
						
							
							
								 
						
							
								dfaeefd692 
								
							 
						 
						
							
							
								
								added test to verify injection.  
							
							
							
						 
						
							2015-12-10 14:45:36 -08:00  
				
					
						
							
							
								 
						
							
								46c85bc352 
								
							 
						 
						
							
							
								
								Merge pull request  #1249  from nicoddemus/remove-plugins-index  
							
							... 
							
							
							
							Remove plugins_index from the docs 
							
						 
						
							2015-12-10 19:11:32 -02:00  
				
					
						
							
							
								 
						
							
								139c97930b 
								
							 
						 
						
							
							
								
								Remove plugins_index from the docs  
							
							... 
							
							
							
							Fix  #1229  
						
							2015-12-10 19:00:01 -02:00  
				
					
						
							
							
								 
						
							
								9cfee82f9b 
								
							 
						 
						
							
							
								
								Merge pull request  #1247  from alex/patch-1  
							
							... 
							
							
							
							Use https for images in readme 
							
						 
						
							2015-12-10 00:02:47 +01:00  
				
					
						
							
							
								 
						
							
								c0a5f3df10 
								
							 
						 
						
							
							
								
								Use https for images in readme  
							
							
							
						 
						
							2015-12-09 18:01:36 -05:00  
				
					
						
							
							
								 
						
							
								8220c05b01 
								
							 
						 
						
							
							
								
								Merge pull request  #1245  from RonnyPfannschmidt/howtorelease  
							
							... 
							
							
							
							add a reminder of the features branch merge to HOWTORELEASE.rst 
							
						 
						
							2015-12-09 18:34:41 -02:00  
				
					
						
							
							
								 
						
							
								d0f5f6676b 
								
							 
						 
						
							
							
								
								add a reminder of the features branch merge to HOWTORELEASE.rst  
							
							
							
						 
						
							2015-12-09 21:20:54 +01:00  
				
					
						
							
							
								 
						
							
								ec02f694ef 
								
							 
						 
						
							
							
								
								Update python.py  
							
							... 
							
							
							
							updated dictionary itteration to create a list for generation, so that tests can be added in the generator functions under python3. This works fine as-is in python2 because python 2 already creates a list, whereas python3 returns an itterator. Forcing a list format for the return fixes python3 to work the same way as python2 
							
						 
						
							2015-12-09 11:32:19 -08:00  
				
					
						
							
							
								 
						
							
								1c70827f33 
								
							 
						 
						
							
							
								
								Merge pull request  #1241  from nicoddemus/fix-deprecated-call-args  
							
							... 
							
							
							
							Fix deprecated_call regression introduced in 2.8.4 
							
						 
						
							2015-12-09 06:48:43 +01:00  
				
					
						
							
							
								 
						
							
								1c46462991 
								
							 
						 
						
							
							
								
								Fix deprecated_call regression introduced in 2.8.4  
							
							... 
							
							
							
							Fix  #1238  
						
							2015-12-08 22:40:05 -02:00  
				
					
						
							
							
								 
						
							
								ffa572531a 
								
							 
						 
						
							
							
								
								Merge pull request  #1091  from RonnyPfannschmidt/fix-1074  
							
							... 
							
							
							
							fix issue 1074 and clean up junitxml 
							
						 
						
							2015-12-07 22:13:16 +01:00  
				
					
						
							
							
								 
						
							
								fde2a6f5fd 
								
							 
						 
						
							
							
								
								add changelog entry  
							
							
							
						 
						
							2015-12-07 21:58:34 +01:00  
				
					
						
							
							
								 
						
							
								7b7737bf96 
								
							 
						 
						
							
							
								
								handle duplicate test ids via collection and xdist each reporting  
							
							
							
						 
						
							2015-12-07 21:54:25 +01:00  
				
					
						
							
							
								 
						
							
								04e9ae75c8 
								
							 
						 
						
							
							
								
								add xfailing test for double test id failure  
							
							
							
						 
						
							2015-12-07 21:54:25 +01:00  
				
					
						
							
							
								 
						
							
								9ea7826427 
								
							 
						 
						
							
							
								
								Junitxml: correct node reporter attribute names  
							
							
							
						 
						
							2015-12-07 21:54:25 +01:00  
				
					
						
							
							
								 
						
							
								09cc45b0c5 
								
							 
						 
						
							
							
								
								junitxml: correct docstring of make_properties_node  
							
							
							
						 
						
							2015-12-07 21:54:25 +01:00  
				
					
						
							
							
								 
						
							
								0aa54101c9 
								
							 
						 
						
							
							
								
								junitxml: follow Bruno's attribute/method naming hint from the review  
							
							
							
						 
						
							2015-12-07 21:54:25 +01:00  
				
					
						
							
							
								 
						
							
								5eef6a2821 
								
							 
						 
						
							
							
								
								junitxml: fix python3 compat of the tests  
							
							
							
						 
						
							2015-12-07 21:54:25 +01:00  
				
					
						
							
							
								 
						
							
								518c88f149 
								
							 
						 
						
							
							
								
								finalize nodereporters by throwing away the intermediate xml nodes, fixes issue  #1074  
							
							
							
						 
						
							2015-12-07 21:54:25 +01:00  
				
					
						
							
							
								 
						
							
								5f5a7995b9 
								
							 
						 
						
							
							
								
								reintroduce junitxml report order and debug cleanups  
							
							
							
						 
						
							2015-12-07 21:54:24 +01:00  
				
					
						
							
							
								 
						
							
								0528e5b45f 
								
							 
						 
						
							
							
								
								junitxml: intermediate, move testcase generation to NodeReporter  
							
							
							
						 
						
							2015-12-07 21:54:24 +01:00  
				
					
						
							
							
								 
						
							
								9b04958303 
								
							 
						 
						
							
							
								
								junitxml: keep track of custom property insert order  
							
							... 
							
							
							
							+ review: should we allow the same key multile times 
							
						 
						
							2015-12-07 21:54:24 +01:00  
				
					
						
							
							
								 
						
							
								faed54d6c7 
								
							 
						 
						
							
							
								
								junitxml: use node.warn to ensure fslocations  
							
							
							
						 
						
							2015-12-07 21:54:24 +01:00  
				
					
						
							
							
								 
						
							
								1f609f96e6 
								
							 
						 
						
							
							
								
								junitxml: introduce nodereporter and track durations/properties there  
							
							
							
						 
						
							2015-12-07 21:54:24 +01:00  
				
					
						
							
							
								 
						
							
								0664ae137c 
								
							 
						 
						
							
							
								
								junitxml: remove debug print  
							
							
							
						 
						
							2015-12-07 21:54:24 +01:00  
				
					
						
							
							
								 
						
							
								d0107c898e 
								
							 
						 
						
							
							
								
								junitxml restrucutre stat generation - use node tags  
							
							
							
						 
						
							2015-12-07 21:54:24 +01:00  
				
					
						
							
							
								 
						
							
								9128fec4c4 
								
							 
						 
						
							
							
								
								junitxml: simplify the api used for testing junitml  
							
							
							
						 
						
							2015-12-07 21:54:24 +01:00  
				
					
						
							
							
								 
						
							
								80bcf8d624 
								
							 
						 
						
							
							
								
								junitxml: simplify tests by creating a api wrapper  
							
							
							
						 
						
							2015-12-07 21:54:24 +01:00  
				
					
						
							
							
								 
						
							
								b8df5446c0 
								
							 
						 
						
							
							
								
								junitxml: yapf clean the tests  
							
							
							
						 
						
							2015-12-07 21:54:24 +01:00  
				
					
						
							
							
								 
						
							
								2a31df072b 
								
							 
						 
						
							
							
								
								junitxml: reverse the if/else logic for failure appending  
							
							
							
						 
						
							2015-12-07 21:54:24 +01:00  
				
					
						
							
							
								 
						
							
								02f5defd89 
								
							 
						 
						
							
							
								
								yapf junitxml  
							
							
							
						 
						
							2015-12-07 21:54:24 +01:00  
				
					
						
							
							
								 
						
							
								efb5332023 
								
							 
						 
						
							
							
								
								Merge pull request  #1186  from RonnyPfannschmidt/fix-manifest  
							
							... 
							
							
							
							fix  #1185  - ensure MANIFEST.in exactly matches what should go to a sdist 
						
							2015-12-07 13:48:39 -02:00  
				
					
						
							
							
								 
						
							
								b9908cc036 
								
							 
						 
						
							
							
								
								Merge pull request  #1228  from pytest-dev/pytest-2.8.4  
							
							... 
							
							
							
							finish the release process of pytest 2.8.4 
							
						 
						
							2015-12-06 20:32:52 +01:00  
				
					
						
							
							
								 
						
							
								c727860241 
								
							 
						 
						
							
							
								
								bump to 2.8.5.dev  
							
							
							
						 
						
							2015-12-06 20:31:14 +01:00  
				
					
						
							
							
								 
						
							
								8c17c7cd12 
								
							 
						 
						
							
							
								
								correct copy&paste error in the release announcement version number  
							
							
							
						 
						
							2015-12-06 17:44:08 +01:00  
				
					
						
							
							
								 
						
							
								b7459b8a64 
								
							 
						 
						
							
							
								
								finish release announcement  
							
							
							
						 
						
							2015-12-06 16:46:44 +01:00  
				
					
						
							
							
								 
						
							
								b920f09a95 
								
							 
						 
						
							
							
								
								doc regen for release 2.8.4  
							
							
							
						 
						
							2015-12-06 16:14:23 +01:00  
				
					
						
							
							
								 
						
							
								a3353c49fd 
								
							 
						 
						
							
							
								
								prepare release 2.8.4 - changelog updates + version bump  
							
							
							
						 
						
							2015-12-06 16:13:55 +01:00