820ea6d68f 
								
							 
						 
						
							
							
								
								Update Freezing pytest description in simple.rst  
							
							... 
							
							
							
							I have trouble using third party plugins in my frozen program and discovered 
that other people have experienced it as well:
    https://mail.python.org/pipermail//pytest-dev/2015-June/003015.html 
The problem is that the mechanism for plugin discovery used by pytest
(setupttools entry points) doesn't work with frozen executables so pytest
can't find any plugins. The solution seems to be to import the third party 
plugins explicitly as shown here:
    https://mail.python.org/pipermail//pytest-dev/2015-June/003018.html 
This is not mentioned anywhere in the documentaion. 
							
						 
						
							2018-01-10 16:44:26 +01:00  
				
					
						
							
							
								 
						
							
								bd1d17e8de 
								
							 
						 
						
							
							
								
								Replace py.std with stdlib imports  
							
							
							
						 
						
							2018-01-09 12:44:10 -08:00  
				
					
						
							
							
								 
						
							
								bd2d0d2c3c 
								
							 
						 
						
							
							
								
								Preparing release version 3.3.2  
							
							
							
						 
						
							2017-12-25 20:38:27 +00:00  
				
					
						
							
							
								 
						
							
								aa9a02ec44 
								
							 
						 
						
							
							
								
								Preparing release version 3.3.0  
							
							
							
						 
						
							2017-11-23 20:25:36 +00:00  
				
					
						
							
							
								 
						
							
								e0d236c031 
								
							 
						 
						
							
							
								
								Remove gendoc normalization for '=' and '_' headers  
							
							... 
							
							
							
							Using the default for non-atty terminals (80) so the new
progress indicator aligns correctly. 
							
						 
						
							2017-11-23 15:33:41 +00:00  
				
					
						
							
							
								 
						
							
								3b3bf9f53d 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'upstream/master' into merge-master-into-features  
							
							
							
						 
						
							2017-11-14 18:42:29 -02:00  
				
					
						
							
							
								 
						
							
								a0ad9e31da 
								
							 
						 
						
							
							
								
								Preparing release version 3.2.4  
							
							
							
						 
						
							2017-11-13 20:01:17 +00:00  
				
					
						
							
							
								 
						
							
								f3a119c06a 
								
							 
						 
						
							
							
								
								Merge upstream/master into features  
							
							
							
						 
						
							2017-11-03 16:37:18 -02:00  
				
					
						
							
							
								 
						
							
								d00e2da6e9 
								
							 
						 
						
							
							
								
								Merge pull request  #2881  from dawran6/2658  
							
							... 
							
							
							
							Document pytest.param 
							
						 
						
							2017-10-30 09:36:33 +01:00  
				
					
						
							
							
								 
						
							
								af5e9238c8 
								
							 
						 
						
							
							
								
								Document pytest.param  
							
							... 
							
							
							
							Append example for pytest.param in the example/parametrize document. 
							
						 
						
							2017-10-28 14:25:09 -07:00  
				
					
						
							
							
								 
						
							
								383239cafc 
								
							 
						 
						
							
							
								
								doc: Include collector config in the skip doc  
							
							... 
							
							
							
							None of the decorators are sufficient to skip an entire file, for
example if the file contain invalid code for a given Python version.
Simply link to details about customizing the collector.
Signed-off-by: Stephen Finucane <stephen@that.guru> 
							
						 
						
							2017-10-26 17:14:29 +01:00  
				
					
						
							
							
								 
						
							
								6821d36ca5 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'upstream/master' into merge-master-into-features  
							
							
							
						 
						
							2017-10-24 19:57:14 -02:00  
				
					
						
							
							
								 
						
							
								cfdebb3ba4 
								
							 
						 
						
							
							
								
								Fix typo in parametrization doc  
							
							
							
						 
						
							2017-10-16 01:55:30 +03:00  
				
					
						
							
							
								 
						
							
								ef732fc51d 
								
							 
						 
						
							
							
								
								Remove code for unsupported Python versions  
							
							
							
						 
						
							2017-10-10 08:54:56 +03:00  
				
					
						
							
							
								 
						
							
								15222ceca2 
								
							 
						 
						
							
							
								
								Fix typo in example of passing a callable to markers  
							
							
							
						 
						
							2017-09-09 18:22:23 -04:00  
				
					
						
							
							
								 
						
							
								c52f87ede3 
								
							 
						 
						
							
							
								
								Preparing release version 3.2.2  
							
							
							
						 
						
							2017-09-06 21:37:57 +00:00  
				
					
						
							
							
								 
						
							
								3f8ff7f090 
								
							 
						 
						
							
							
								
								[DOC] Add examples for mark.with_args  
							
							
							
						 
						
							2017-09-06 14:26:28 -04:00  
				
					
						
							
							
								 
						
							
								fd84c886ee 
								
							 
						 
						
							
							
								
								Merge pull request  #2671  from nicoddemus/release-3.2.1  
							
							... 
							
							
							
							Release 3.2.1 
							
						 
						
							2017-08-09 17:15:21 -03:00  
				
					
						
							
							
								 
						
							
								c847b83d56 
								
							 
						 
						
							
							
								
								Use `pytest_collection_modifyitems()` in the run/skip option example  
							
							
							
						 
						
							2017-08-09 02:51:07 +00:00  
				
					
						
							
							
								 
						
							
								45d2962e97 
								
							 
						 
						
							
							
								
								Preparing release version 3.2.1  
							
							
							
						 
						
							2017-08-08 21:11:11 +00:00  
				
					
						
							
							
								 
						
							
								8b322afcdb 
								
							 
						 
						
							
							
								
								Make generated doc in simple.rst more reliable  
							
							... 
							
							
							
							Sometimes `test_funcfast` would show up in the `setup` step in
the slowest test durations summary. 
							
						 
						
							2017-08-08 18:04:21 -03:00  
				
					
						
							
							
								 
						
							
								07dd1ca7b8 
								
							 
						 
						
							
							
								
								Preparing release version 3.2.0  
							
							
							
						 
						
							2017-07-30 21:37:18 +00:00  
				
					
						
							
							
								 
						
							
								f1467f8f03 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'upstream/master' into features  
							
							
							
						 
						
							2017-07-30 18:08:24 -03:00  
				
					
						
							
							
								 
						
							
								7082320f3f 
								
							 
						 
						
							
							
								
								Apply modifications requested in review  
							
							
							
						 
						
							2017-07-28 07:55:34 -03:00  
				
					
						
							
							
								 
						
							
								6fe7069cbb 
								
							 
						 
						
							
							
								
								Move historical notes to their own doc  
							
							... 
							
							
							
							Fix  #2512  
						
							2017-07-27 20:47:12 -03:00  
				
					
						
							
							
								 
						
							
								f770f16294 
								
							 
						 
						
							
							
								
								Replace deprecated "config.option.<name>" usages from docs  
							
							
							
						 
						
							2017-07-27 19:18:44 -03:00  
				
					
						
							
							
								 
						
							
								73c6122f35 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'upstream/master' into features  
							
							
							
						 
						
							2017-07-24 21:12:51 -03:00  
				
					
						
							
							
								 
						
							
								3d24485cae 
								
							 
						 
						
							
							
								
								Clarify PYTHONPATH changes and ``rootdir`` roles  
							
							... 
							
							
							
							- Also minor adjustments in the docs (wording, formatting, links, etc).
Fix  #2589  
							
						 
						
							2017-07-21 07:28:11 -03:00  
				
					
						
							
							
								 
						
							
								2d4f1f022e 
								
							 
						 
						
							
							
								
								Introduce PYTEST_CURRENT_TEST environment variable  
							
							... 
							
							
							
							Fix  #2583  
						
							2017-07-19 10:01:50 -03:00  
				
					
						
							
							
								 
						
							
								221f42c5ce 
								
							 
						 
						
							
							
								
								Change --strict help message to clarify it deals with unregistered markers  
							
							... 
							
							
							
							Fix  #2444  
						
							2017-07-04 20:14:57 -03:00  
				
					
						
							
							
								 
						
							
								b63f6770a1 
								
							 
						 
						
							
							
								
								Preparing release version 3.1.3  
							
							
							
						 
						
							2017-07-03 23:29:13 +00:00  
				
					
						
							
							
								 
						
							
								7d6bde2496 
								
							 
						 
						
							
							
								
								Add docs for id= with pytest.param  
							
							
							
						 
						
							2017-05-23 07:57:34 +02:00  
				
					
						
							
							
								 
						
							
								9b48613baa 
								
							 
						 
						
							
							
								
								Preparing release version 3.1.0  
							
							
							
						 
						
							2017-05-19 18:12:59 -04:00  
				
					
						
							
							
								 
						
							
								36cf89a2de 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'upstream/master' into features  
							
							
							
						 
						
							2017-05-19 18:01:56 -04:00  
				
					
						
							
							
								 
						
							
								598aefc686 
								
							 
						 
						
							
							
								
								small fix in an example from the docs  
							
							
							
						 
						
							2017-05-18 21:18:09 +07:00  
				
					
						
							
							
								 
						
							
								03753ca201 
								
							 
						 
						
							
							
								
								intermediate state after attempt with the plain env, DONT MERGE  
							
							
							
						 
						
							2017-05-13 13:25:52 +02:00  
				
					
						
							
							
								 
						
							
								d1e44d16e7 
								
							 
						 
						
							
							
								
								regenerate docs from the pytest env  
							
							
							
						 
						
							2017-05-12 22:51:20 +02:00  
				
					
						
							
							
								 
						
							
								f1c4e2c032 
								
							 
						 
						
							
							
								
								regendoc: reduce version noise by replacing minor/patch with placeholders  
							
							
							
						 
						
							2017-05-12 22:17:40 +02:00  
				
					
						
							
							
								 
						
							
								6c9011c12f 
								
							 
						 
						
							
							
								
								Merge branch 'master' into merge-master-into-features-post-3.0.7  
							
							
							
						 
						
							2017-03-14 18:10:23 -03:00  
				
					
						
							
							
								 
						
							
								d58780f9a6 
								
							 
						 
						
							
							
								
								Update regendoc  
							
							
							
						 
						
							2017-03-13 18:41:20 -04:00  
				
					
						
							
							
								 
						
							
								fb0b90646e 
								
							 
						 
						
							
							
								
								New-style classes implemented for python 2.7 -  #2147  
							
							
							
						 
						
							2017-02-16 20:28:17 +01:00  
				
					
						
							
							
								 
						
							
								449b88c640 
								
							 
						 
						
							
							
								
								rerun regendoc with correct install  
							
							
							
						 
						
							2017-01-22 18:44:30 +01:00  
				
					
						
							
							
								 
						
							
								01eaf9db51 
								
							 
						 
						
							
							
								
								fix the xfail docstring typo at the actual docstring + regendoc  
							
							
							
						 
						
							2017-01-22 18:44:30 +01:00  
				
					
						
							
							
								 
						
							
								4d0c635252 
								
							 
						 
						
							
							
								
								regendoc  
							
							
							
						 
						
							2017-01-22 18:44:30 +01:00  
				
					
						
							
							
								 
						
							
								61fa91f3d0 
								
							 
						 
						
							
							
								
								Fix marker example on "linux" platform  
							
							... 
							
							
							
							I cheated a little and updated the example output by hand. 😁 
Fix  #2200  
							
						 
						
							2017-01-17 21:09:04 -02:00  
				
					
						
							
							
								 
						
							
								03a7a2cd3e 
								
							 
						 
						
							
							
								
								Fix typos  
							
							
							
						 
						
							2016-12-31 19:01:15 +01:00  
				
					
						
							
							
								 
						
							
								f592c7746a 
								
							 
						 
						
							
							
								
								Regendocs for 3.0.5  
							
							
							
						 
						
							2016-12-05 07:22:06 -05:00  
				
					
						
							
							
								 
						
							
								ab274299fe 
								
							 
						 
						
							
							
								
								Regen doc for 3.0.4  
							
							
							
						 
						
							2016-11-09 16:44:58 -05:00  
				
					
						
							
							
								 
						
							
								41d3b3f4f9 
								
							 
						 
						
							
							
								
								Regendoc for version 3.0.3  
							
							
							
						 
						
							2016-09-28 16:36:15 -04:00  
				
					
						
							
							
								 
						
							
								d512e7f26b 
								
							 
						 
						
							
							
								
								Run regendoc for 3.0.2 release  
							
							
							
						 
						
							2016-08-31 20:32:05 -04:00