37d2469266 
								
							 
						 
						
							
							
								
								Use a PurePath instance to do matching against patterns in assertion rewrite  
							
							... 
							
							
							
							This way we don't need to have real file system path, which prevents the
original #3973  bug. 
							
						 
						
							2018-09-17 20:29:09 -03:00  
				
					
						
							
							
								 
						
							
								1df6d28080 
								
							 
						 
						
							
							
								
								Fix assertion rewriter crash if cwd changes mid-testing  
							
							... 
							
							
							
							Unfortunately we need to get a `py.path.local` object to perform the fnmatch
operation, it is different from the standard `fnmatch` module because it
implements its own custom logic. So we need to use `py.path` to perform
the fnmatch for backward compatibility reasons.
Ideally we should be able to use a "pure path" in `pathlib` terms (a path
not bound to the file system), but we don't have those in pylib.
Fix  #3973  
							
						 
						
							2018-09-17 20:04:44 -03:00  
				
					
						
							
							
								 
						
							
								87ddb2dbd5 
								
							 
						 
						
							
							
								
								Change flaky test_request_garbage to provide more debug information  
							
							... 
							
							
							
							This test fails *very* rarely when running in xdist. 
							
						 
						
							2018-09-14 15:25:45 -03:00  
				
					
						
							
							
								 
						
							
								9aa6b0903b 
								
							 
						 
						
							
							
								
								.pytest_cache is now automatically ignored by Git  
							
							
							
						 
						
							2018-09-14 15:16:40 -03:00  
				
					
						
							
							
								 
						
							
								a0ce9a4441 
								
							 
						 
						
							
							
								
								remove the legacy code about im_func and generalize using fix and compat.getimfunc  
							
							
							
						 
						
							2018-09-13 15:38:36 +02:00  
				
					
						
							
							
								 
						
							
								7537e94ddf 
								
							 
						 
						
							
							
								
								tests: use unittest.mock with py34+  
							
							... 
							
							
							
							Fixes https://github.com/pytest-dev/pytest/issues/3965 .
Has to work around https://github.com/tox-dev/tox/issues/706 .
No coverage for pluggymaster builds is OK though anyway. 
							
						 
						
							2018-09-12 23:21:47 +02:00  
				
					
						
							
							
								 
						
							
								c00d934b21 
								
							 
						 
						
							
							
								
								Merge pull request  #3933  from nicoddemus/idval-hypothesis-flaky-3707  
							
							... 
							
							
							
							Use -n auto now that xdist behaves well in Travis and AppVeyor 
							
						 
						
							2018-09-06 15:15:55 -03:00  
				
					
						
							
							
								 
						
							
								5eb85efa14 
								
							 
						 
						
							
							
								
								Use -n auto now that xdist behaves well in Travis and AppVeyor  
							
							... 
							
							
							
							This hopefully fixes the flaky test_idval_hypothesis on AppVeyor
Fix  #3707  
							
						 
						
							2018-09-06 09:22:13 -03:00  
				
					
						
							
							
								 
						
							
								69b34f7658 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'upstream/master' into release-3.8.0  
							
							
							
						 
						
							2018-09-05 18:02:02 -03:00  
				
					
						
							
							
								 
						
							
								531b76a513 
								
							 
						 
						
							
							
								
								Merge pull request  #3931  from nicoddemus/internal-warnings  
							
							... 
							
							
							
							Use standard warnings for internal pytest warnings 
							
						 
						
							2018-09-05 14:05:52 -03:00  
				
					
						
							
							
								 
						
							
								f63c683faa 
								
							 
						 
						
							
							
								
								No longer escape regex in pytest.mark.filterwarnings  
							
							... 
							
							
							
							Fix  #3936  
						
							2018-09-05 10:20:25 -03:00  
				
					
						
							
							
								 
						
							
								ddb308455a 
								
							 
						 
						
							
							
								
								Make sure warn is called in test_parameterset_extractfrom  
							
							
							
						 
						
							2018-09-05 09:01:29 -03:00  
				
					
						
							
							
								 
						
							
								adc9ed85bc 
								
							 
						 
						
							
							
								
								Fix test_idval_hypothesis  
							
							
							
						 
						
							2018-09-04 18:49:20 -03:00  
				
					
						
							
							
								 
						
							
								4592def14d 
								
							 
						 
						
							
							
								
								Improve test_rewarn_functional  
							
							
							
						 
						
							2018-09-04 17:02:56 -03:00  
				
					
						
							
							
								 
						
							
								2e0a7cf78d 
								
							 
						 
						
							
							
								
								Revert to having just "runtest" as "when" parameter of the pytest_warning_captured hook  
							
							
							
						 
						
							2018-09-04 17:01:23 -03:00  
				
					
						
							
							
								 
						
							
								5a52acaa92 
								
							 
						 
						
							
							
								
								Make config no longer optional in parametrize id functions  
							
							
							
						 
						
							2018-09-04 16:55:52 -03:00  
				
					
						
							
							
								 
						
							
								b7560a8808 
								
							 
						 
						
							
							
								
								Keep backward compatibility for code as kw in Node.warn  
							
							
							
						 
						
							2018-09-04 16:48:21 -03:00  
				
					
						
							
							
								 
						
							
								d3ca739c00 
								
							 
						 
						
							
							
								
								Use explicit instances when calling warnings.warn_explicit  
							
							
							
						 
						
							2018-09-04 16:29:48 -03:00  
				
					
						
							
							
								 
						
							
								438f7a1254 
								
							 
						 
						
							
							
								
								Add "setup", "call" and "teardown" values to "when" parameter of pytest_warning_captured hook  
							
							
							
						 
						
							2018-09-04 15:53:17 -03:00  
				
					
						
							
							
								 
						
							
								47bf58d69e 
								
							 
						 
						
							
							
								
								Make Node.warn support two forms, new and deprecated  
							
							... 
							
							
							
							As suggested during review, it now accepts two forms:
Node.warn(warning_instance)  (recommended)
Node.warn(code, message)  (deprecated) 
							
						 
						
							2018-09-04 15:53:17 -03:00  
				
					
						
							
							
								 
						
							
								5ef51262f7 
								
							 
						 
						
							
							
								
								Fix reference to PytestWarning in warningsfilter mark  
							
							
							
						 
						
							2018-09-04 15:06:14 -03:00  
				
					
						
							
							
								 
						
							
								f1cfd10c94 
								
							 
						 
						
							
							
								
								Handle cache warnings in tests  
							
							
							
						 
						
							2018-09-04 14:44:02 -03:00  
				
					
						
							
							
								 
						
							
								b42518acd5 
								
							 
						 
						
							
							
								
								Change std_warn to receive a single warning instance, addressed review suggestions  
							
							
							
						 
						
							2018-09-04 14:20:42 -03:00  
				
					
						
							
							
								 
						
							
								9ae0a3cd85 
								
							 
						 
						
							
							
								
								Do not trigger warning about tuples being always True if the tuple has size != 2  
							
							
							
						 
						
							2018-09-04 13:41:11 -03:00  
				
					
						
							
							
								 
						
							
								56d414177a 
								
							 
						 
						
							
							
								
								Remove nodeid from messages for warnings generated by standard warnings  
							
							... 
							
							
							
							Standard warnings already contain the proper location, so we don't need
to also print the node id 
							
						 
						
							2018-09-04 11:35:34 -03:00  
				
					
						
							
							
								 
						
							
								0fffa6ba2f 
								
							 
						 
						
							
							
								
								Implement hack to issue warnings during config  
							
							... 
							
							
							
							Once we can capture warnings during the config stage, we can
then get rid of this function
Related to #2891  
							
						 
						
							2018-09-04 11:35:34 -03:00  
				
					
						
							
							
								 
						
							
								60499d221e 
								
							 
						 
						
							
							
								
								Add test to ensure that users can suppress internal warnings  
							
							
							
						 
						
							2018-09-04 11:35:34 -03:00  
				
					
						
							
							
								 
						
							
								9965ed84da 
								
							 
						 
						
							
							
								
								Show deprecation warnings by default if no other filters are configured  
							
							... 
							
							
							
							Fix  #2908  
						
							2018-09-04 11:35:34 -03:00  
				
					
						
							
							
								 
						
							
								19a01c9849 
								
							 
						 
						
							
							
								
								Make PytestWarning and RemovedInPytest4Warning part of the public API  
							
							
							
						 
						
							2018-09-04 11:35:34 -03:00  
				
					
						
							
							
								 
						
							
								78ac7d99f5 
								
							 
						 
						
							
							
								
								Deprecate Config.warn and Node.warn, replaced by standard warnings  
							
							
							
						 
						
							2018-09-04 11:35:34 -03:00  
				
					
						
							
							
								 
						
							
								0c8dbdcd92 
								
							 
						 
						
							
							
								
								Fix existing tests now that we are using standard warnings  
							
							
							
						 
						
							2018-09-04 11:35:34 -03:00  
				
					
						
							
							
								 
						
							
								8e4501ee29 
								
							 
						 
						
							
							
								
								Use std_warn for warning about applying marks directly to parameters  
							
							
							
						 
						
							2018-09-04 11:35:34 -03:00  
				
					
						
							
							
								 
						
							
								0100f61b62 
								
							 
						 
						
							
							
								
								Start the laywork to capture standard warnings  
							
							
							
						 
						
							2018-09-04 11:35:15 -03:00  
				
					
						
							
							
								 
						
							
								1a9d913ee1 
								
							 
						 
						
							
							
								
								Capture and display warnings during collection  
							
							... 
							
							
							
							Fix  #3251  
						
							2018-09-04 11:35:06 -03:00  
				
					
						
							
							
								 
						
							
								3fcc4cdbd5 
								
							 
						 
						
							
							
								
								Make terminal capture pytest_warning_capture  
							
							... 
							
							
							
							pytest_logwarning is no longer emitted by the warnings plugin,
only ever emitted from .warn() functions in config and item 
							
						 
						
							2018-09-04 11:35:06 -03:00  
				
					
						
							
							
								 
						
							
								ffd47ceefc 
								
							 
						 
						
							
							
								
								Implement new pytest_warning_captured hook  
							
							
							
						 
						
							2018-09-04 11:35:00 -03:00  
				
					
						
							
							
								 
						
							
								b01704cce1 
								
							 
						 
						
							
							
								
								Fix exit code for command line errors  
							
							... 
							
							
							
							Fixes  #3913  
						
							2018-09-03 04:16:35 +00:00  
				
					
						
							
							
								 
						
							
								4675912d89 
								
							 
						 
						
							
							
								
								Add tests for early rewrite bailout code and handle patterns with subdirectories  
							
							
							
						 
						
							2018-09-01 10:59:21 -03:00  
				
					
						
							
							
								 
						
							
								2256f2f04d 
								
							 
						 
						
							
							
								
								Remove test which is no longer required and improve test_lf_and_ff_prints_no_needless_message  
							
							... 
							
							
							
							* test_lf_and_ff_obey_verbosity is no longer necessary because
  test_lf_and_ff_prints_no_needless_message already checks if the proper messages
  are displayed when -q is used.
* Improve test_lf_and_ff_prints_no_needless_message so we also check that
  the correct message is displayed when there are failures to run 
							
						 
						
							2018-08-31 08:01:55 -03:00  
				
					
						
							
							
								 
						
							
								11e591e442 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'upstream/master' into merge-master-into-features  
							
							
							
						 
						
							2018-08-30 19:55:23 -03:00  
				
					
						
							
							
								 
						
							
								3035b2724d 
								
							 
						 
						
							
							
								
								T3853:removed needless message printed with --failed-first,--last-failed and no failed tests  
							
							
							
						 
						
							2018-08-30 16:01:42 +05:30  
				
					
						
							
							
								 
						
							
								8ef21f56d3 
								
							 
						 
						
							
							
								
								Fix 404  
							
							
							
						 
						
							2018-08-28 14:42:16 -07:00  
				
					
						
							
							
								 
						
							
								10c1c7c41a 
								
							 
						 
						
							
							
								
								Merge pull request  #3895  from nicoddemus/issue-3506  
							
							... 
							
							
							
							Avoid possible infinite recursion when writing pyc files in assert rewrite 
							
						 
						
							2018-08-28 18:16:10 -03:00  
				
					
						
							
							
								 
						
							
								b77e533693 
								
							 
						 
						
							
							
								
								Merge pull request  #3893  from jirikuncar/3892-macos  
							
							... 
							
							
							
							travis: run tests on macOS 
							
						 
						
							2018-08-28 17:06:17 -03:00  
				
					
						
							
							
								 
						
							
								a605ad4d11 
								
							 
						 
						
							
							
								
								Merge pull request  #3880  from jeffreyrack/3829-progress_display_mode  
							
							... 
							
							
							
							#3829  -- Add the ability to show test progress as number of tests completed instead of a percent. 
						
							2018-08-28 16:54:14 -03:00  
				
					
						
							
							
								 
						
							
								4b94760c8e 
								
							 
						 
						
							
							
								
								Removed spacing in count display.  
							
							
							
						 
						
							2018-08-27 20:23:17 -07:00  
				
					
						
							
							
								 
						
							
								82a7ca9615 
								
							 
						 
						
							
							
								
								Avoid possible infinite recursion when writing pyc files in assert rewrite  
							
							... 
							
							
							
							What happens is that atomic_write on Python 2.7 on Windows will try
to convert the paths to unicode, but this triggers the import of
the encoding module for the file system codec, which in turn triggers
the rewrite, which in turn again tries to import the module, and so on.
This short-circuits the cases where we try to import another file when
writing a pyc file; I don't expect this to affect anything because
the only modules that could be affected are those imported by
atomic_writes.
Fix  #3506  
							
						 
						
							2018-08-27 21:29:45 -03:00  
				
					
						
							
							
								 
						
							
								29e114b463 
								
							 
						 
						
							
							
								
								Try to fix test in MacOS-X  
							
							
							
						 
						
							2018-08-27 19:27:51 -03:00  
				
					
						
							
							
								 
						
							
								2a059b1c1b 
								
							 
						 
						
							
							
								
								Merge pull request  #3885  from nicoddemus/bad-output-classic  
							
							... 
							
							
							
							Fix bad console output when using console_output_style=classic 
							
						 
						
							2018-08-27 19:07:02 -03:00  
				
					
						
							
							
								 
						
							
								9620b167d9 
								
							 
						 
						
							
							
								
								Merge pull request  #3887  from asottile/improve_test_code  
							
							... 
							
							
							
							Improve the coverage of testing/code 
							
						 
						
							2018-08-27 07:20:45 -03:00