ab39502c98 
								
							 
						 
						
							
							
								
								In test_xfail_handling, only remove __pycache__ if it exists  
							
							... 
							
							
							
							Previously, the test failed when the directory was not present,
which could have been caused for example by invoking the tests
with PYTHONDONTWRITEBYTECODE=1.
Fixes https://github.com/pytest-dev/pytest/issues/5664  
							
						 
						
							2019-07-26 02:23:14 +02:00  
				
					
						
							
							
								 
						
							
								401c3d1109 
								
							 
						 
						
							
							
								
								tests: unittest: fix/harden "test_exit_outcome"  
							
							... 
							
							
							
							Ref: https://github.com/pytest-dev/pytest/pull/5634#pullrequestreview-265565917  
							
						 
						
							2019-07-23 19:35:51 +02:00  
				
					
						
							
							
								 
						
							
								a82dd2f064 
								
							 
						 
						
							
							
								
								Fix linting  
							
							
							
						 
						
							2019-07-23 10:55:22 -03:00  
				
					
						
							
							
								 
						
							
								8c47db724c 
								
							 
						 
						
							
							
								
								Improve output when parsing an ini configuration fails  
							
							
							
						 
						
							2019-07-23 15:27:27 +02:00  
				
					
						
							
							
								 
						
							
								693e9d0733 
								
							 
						 
						
							
							
								
								Merge pull request  #5634  from blueyed/fix-unittest-exit  
							
							... 
							
							
							
							unittest: handle outcomes.Exit 
							
						 
						
							2019-07-23 10:08:43 -03:00  
				
					
						
							
							
								 
						
							
								0824789459 
								
							 
						 
						
							
							
								
								Improve test for pytest.exit handling  
							
							
							
						 
						
							2019-07-23 08:53:38 -03:00  
				
					
						
							
							
								 
						
							
								ec4ca59bf0 
								
							 
						 
						
							
							
								
								Merge pull request  #5631  from RonnyPfannschmidt/fix-5606  
							
							... 
							
							
							
							use identity checks for the mock sentinels 
							
						 
						
							2019-07-23 08:48:58 -03:00  
				
					
						
							
							
								 
						
							
								240d314f36 
								
							 
						 
						
							
							
								
								copy test and changelog from  #5607  by @niccodemus  
							
							
							
						 
						
							2019-07-20 20:21:27 +02:00  
				
					
						
							
							
								 
						
							
								27c9d80a7e 
								
							 
						 
						
							
							
								
								Fix ordering of sys modules snapshot  
							
							
							
						 
						
							2019-07-20 11:17:30 -07:00  
				
					
						
							
							
								 
						
							
								d35d09f82d 
								
							 
						 
						
							
							
								
								unittest: handle outcomes.Exit  
							
							... 
							
							
							
							This is required for pytest to stop when using "quit" in pdb, and should
get honored/handled in general. 
							
						 
						
							2019-07-20 07:11:49 +02:00  
				
					
						
							
							
								 
						
							
								65c23017c7 
								
							 
						 
						
							
							
								
								Update test_getfuncargnames_patching to work with modern mock  
							
							
							
						 
						
							2019-07-15 12:23:59 -03:00  
				
					
						
							
							
								 
						
							
								8a3f40996a 
								
							 
						 
						
							
							
								
								Remove obsolete "importorskip('unittest.mock')" calls  
							
							
							
						 
						
							2019-07-15 11:18:05 -03:00  
				
					
						
							
							
								 
						
							
								37c37963c4 
								
							 
						 
						
							
							
								
								Fix rmtree to remove directories with read-only files  
							
							... 
							
							
							
							Fix  #5524  
						
							2019-07-11 18:24:53 -03:00  
				
					
						
							
							
								 
						
							
								2c402f4bd9 
								
							 
						 
						
							
							
								
								[cherry-pick to master] Add rudimentary mypy type checking ( #5583 )  
							
							... 
							
							
							
							[cherry-pick to master] Add rudimentary mypy type checking 
							
						 
						
							2019-07-10 07:52:32 -03:00  
				
					
						
							
							
								 
						
							
								57e5bd0664 
								
							 
						 
						
							
							
								
								Improve type-checking in OutcomeException ( #5580 )  
							
							... 
							
							
							
							Improve type-checking in OutcomeException 
							
						 
						
							2019-07-09 19:12:05 -03:00  
				
					
						
							
							
								 
						
							
								9db1823707 
								
							 
						 
						
							
							
								
								Improve type-checking in OutcomeException  
							
							... 
							
							
							
							Fix  #5578  
						
							2019-07-09 18:26:57 -03:00  
				
					
						
							
							
								 
						
							
								89dfde9535 
								
							 
						 
						
							
							
								
								Add rudimentary mypy type checking  
							
							... 
							
							
							
							Add a very lax mypy configuration, add it to tox -e linting, and
fix/ignore the few errors that come up. The idea is to get it running
before diving in too much.
This enables:
- Progressively adding type annotations and enabling more strict
  options, which will improve the codebase (IMO).
- Annotating the public API in-line, and eventually exposing it to
  library users who use type checkers (with a py.typed file).
Though, none of this is done yet.
Refs https://github.com/pytest-dev/pytest/issues/3342 . 
							
						 
						
							2019-07-09 12:12:07 -07:00  
				
					
						
							
							
								 
						
							
								f1b8431d99 
								
							 
						 
						
							
							
								
								Sort parametrize params to test_external_plugins_integrated  
							
							... 
							
							
							
							This might cause problems during collection with pytest-xdist; we
didn't see any so far mostly by luck I think.
Shame on me for letting that slip in. 
							
						 
						
							2019-07-05 19:05:55 -03:00  
				
					
						
							
							
								 
						
							
								8651d880a0 
								
							 
						 
						
							
							
								
								Handle xfail(strict=True) properly in --step-wise mode  
							
							... 
							
							
							
							Fix  #5547  
						
							2019-07-04 20:28:37 -03:00  
				
					
						
							
							
								 
						
							
								caa08ebd45 
								
							 
						 
						
							
							
								
								Improve quoting in raises match failure message  
							
							
							
						 
						
							2019-07-04 05:55:26 -07:00  
				
					
						
							
							
								 
						
							
								7ee244476a 
								
							 
						 
						
							
							
								
								Remove astor and reproduce the original assertion expression  
							
							
							
						 
						
							2019-06-28 13:38:52 -07:00  
				
					
						
							
							
								 
						
							
								4e723d6750 
								
							 
						 
						
							
							
								
								Fix crash when discovery fails while using `-p no:terminal`  
							
							
							
						 
						
							2019-06-27 10:24:29 -07:00  
				
					
						
							
							
								 
						
							
								3e0e31a364 
								
							 
						 
						
							
							
								
								Don't crash with --pyargs and a filename that looks like a module  
							
							
							
						 
						
							2019-06-27 08:32:32 -07:00  
				
					
						
							
							
								 
						
							
								37fb50a3ed 
								
							 
						 
						
							
							
								
								Features assertion pass hook ( #3479 )  
							
							... 
							
							
							
							Features assertion pass hook 
							
						 
						
							2019-06-26 21:14:19 -03:00  
				
					
						
							
							
								 
						
							
								790806e865 
								
							 
						 
						
							
							
								
								Merge pull request  #5494  from Zac-HD/funcargnames-to-fixturenames  
							
							... 
							
							
							
							Deprecate funcargnames alias for fixturenames 
							
						 
						
							2019-06-26 21:13:59 -03:00  
				
					
						
							
							
								 
						
							
								2ea22218ff 
								
							 
						 
						
							
							
								
								Cover assertions with messages when enable_assertion_pass_hook is enabled  
							
							
							
						 
						
							2019-06-26 20:46:31 -03:00  
				
					
						
							
							
								 
						
							
								eb90f3d1c8 
								
							 
						 
						
							
							
								
								Fix default value of 'enable_assertion_pass_hook'  
							
							
							
						 
						
							2019-06-26 17:54:24 -03:00  
				
					
						
							
							
								 
						
							
								6f851e6cbb 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'upstream/master' into features-assertion-pass-hook-master  
							
							... 
							
							
							
							# Conflicts:
#	src/_pytest/assertion/rewrite.py 
							
						 
						
							2019-06-26 18:12:56 +02:00  
				
					
						
							
							
								 
						
							
								f755ff6af1 
								
							 
						 
						
							
							
								
								Black formatting.  
							
							
							
						 
						
							2019-06-26 18:10:16 +02:00  
				
					
						
							
							
								 
						
							
								d638da5821 
								
							 
						 
						
							
							
								
								Using ini-file option instead of cmd option.  
							
							
							
						 
						
							2019-06-26 18:10:16 +02:00  
				
					
						
							
							
								 
						
							
								3f3f3e7a29 
								
							 
						 
						
							
							
								
								Merge pull request  #5495  from nicoddemus/blueyed/cmp-bytes  
							
							... 
							
							
							
							Improve comparison of byte strings (supersedes #5267 ) 
							
						 
						
							2019-06-25 19:16:24 -07:00  
				
					
						
							
							
								 
						
							
								3f2344e8f7 
								
							 
						 
						
							
							
								
								Show bytes ascii representation instead of numeric value  
							
							
							
						 
						
							2019-06-25 20:40:25 -03:00  
				
					
						
							
							
								 
						
							
								8c7eb82363 
								
							 
						 
						
							
							
								
								Fix/improve comparison of byte strings  
							
							... 
							
							
							
							Fixes https://github.com/pytest-dev/pytest/issues/5260 . 
							
						 
						
							2019-06-25 20:15:45 -03:00  
				
					
						
							
							
								 
						
							
								ed85c83154 
								
							 
						 
						
							
							
								
								Deprecate funcargnames alias  
							
							
							
						 
						
							2019-06-26 08:53:17 +10:00  
				
					
						
							
							
								 
						
							
								bd647fdd8b 
								
							 
						 
						
							
							
								
								Revert allow_abbrev=False in helper scripts  
							
							
							
						 
						
							2019-06-25 14:50:07 -07:00  
				
					
						
							
							
								 
						
							
								4db5488ed8 
								
							 
						 
						
							
							
								
								Now dependent on command line option.  
							
							
							
						 
						
							2019-06-25 19:49:05 +02:00  
				
					
						
							
							
								 
						
							
								cfbfa53f2b 
								
							 
						 
						
							
							
								
								Using pytester subprocess to avoid keeping references in the HookRecorder.  
							
							
							
						 
						
							2019-06-25 17:46:56 +02:00  
				
					
						
							
							
								 
						
							
								db50a975fd 
								
							 
						 
						
							
							
								
								Reverted leak fixture test.  
							
							
							
						 
						
							2019-06-25 17:23:14 +02:00  
				
					
						
							
							
								 
						
							
								019455298b 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'upstream/features' into merge-features-into-master  
							
							
							
						 
						
							2019-06-25 12:07:54 -03:00  
				
					
						
							
							
								 
						
							
								64a6365227 
								
							 
						 
						
							
							
								
								Include pytest version in the cached pyc tags ( #5484 )  
							
							... 
							
							
							
							Include pytest version in the cached pyc tags 
							
						 
						
							2019-06-25 12:07:01 -03:00  
				
					
						
							
							
								 
						
							
								81e3f3cf95 
								
							 
						 
						
							
							
								
								Black formatting  
							
							
							
						 
						
							2019-06-25 10:41:11 +02:00  
				
					
						
							
							
								 
						
							
								d72fb73fa0 
								
							 
						 
						
							
							
								
								Do not allow abbreviated arguments  
							
							
							
						 
						
							2019-06-25 13:51:33 +10:00  
				
					
						
							
							
								 
						
							
								37fce6c6e5 
								
							 
						 
						
							
							
								
								Pickup addition positional args passed to _parse_parametrize_ar… ( #5483 )  
							
							... 
							
							
							
							Pickup addition positional args passed to _parse_parametrize_args 
							
						 
						
							2019-06-24 22:05:19 -03:00  
				
					
						
							
							
								 
						
							
								95714436a1 
								
							 
						 
						
							
							
								
								Pickup additional positional args passed to _parse_parametrize_args  
							
							
							
						 
						
							2019-06-24 20:43:52 -04:00  
				
					
						
							
							
								 
						
							
								f43fb13179 
								
							 
						 
						
							
							
								
								Include pytest version in the cached pyc tags  
							
							... 
							
							
							
							Fix  #1671  
						
							2019-06-24 20:37:07 -03:00  
				
					
						
							
							
								 
						
							
								3f5b078462 
								
							 
						 
						
							
							
								
								Merge pull request  #5441  from nicoddemus/faulthandler-5440  
							
							... 
							
							
							
							Integrate pytest-faulthandler into the core 
							
						 
						
							2019-06-24 20:01:15 -03:00  
				
					
						
							
							
								 
						
							
								4cd08f9b52 
								
							 
						 
						
							
							
								
								Switch from deprecated imp to importlib  
							
							
							
						 
						
							2019-06-24 09:48:38 -07:00  
				
					
						
							
							
								 
						
							
								9a89783fbb 
								
							 
						 
						
							
							
								
								Assertion passed hook  
							
							
							
						 
						
							2019-06-24 16:09:39 +02:00  
				
					
						
							
							
								 
						
							
								3ce31b6370 
								
							 
						 
						
							
							
								
								Change pytest-faulthandler for simplification  
							
							... 
							
							
							
							* The --no-faulthandler option is not necessary given that we can use
  `-p no:faulthandler`.
* The `--faulthandler-timeout` command-line option has become an ini
  option, for the reasons described in
  https://github.com/pytest-dev/pytest-faulthandler/issues/34  and
  users can still set it from the command-line.
Fix  pytest-dev/pytest-faulthandler#34  
							
						 
						
							2019-06-22 19:22:43 -03:00  
				
					
						
							
							
								 
						
							
								a37b902afe 
								
							 
						 
						
							
							
								
								Integrate pytest-faulthandler into the core  
							
							... 
							
							
							
							* Add pytest-faulthandler files unchanged
* Adapt imports and tests
* Add code to skip registration of the external `pytest_faulthandler`
  to avoid conflicts
Fix  #5440  
							
						 
						
							2019-06-21 21:02:24 -03:00