de3353aac1 
								
							 
						 
						
							
							
								
								test_load_initial_conftest_last_ordering: handle testing package ( #6706 )  
							
							
							
						 
						
							2020-02-14 16:58:17 +01:00  
				
					
						
							
							
								 
						
							
								d33da078a8 
								
							 
						 
						
							
							
								
								Move ExitCode's definition from _pytest.main to _pytest.config  
							
							... 
							
							
							
							ExitCode is used in several internal modules and hooks and so with type
annotations added, needs to be imported a lot.
_pytest.main, being the entry point, generally sits at the top of the
import tree.
So, it's not great to have ExitCode defined in _pytest.main, because it
will cause a lot of import cycles once type annotations are added (in
fact there is already one, which this change removes).
Move it to _pytest.config instead.
_pytest.main still imports ExitCode, so importing from there still
works, although external users should really be importing from `pytest`. 
							
						 
						
							2020-02-10 23:55:06 +02:00  
				
					
						
							
							
								 
						
							
								75714ee707 
								
							 
						 
						
							
							
								
								pluginmanager.consider_preparse: add exclude_only kwarg ( #6443 )  
							
							... 
							
							
							
							Plugins specified with ``-p`` are now loaded after internal plugins, which
results in their hooks being called *before* the internal ones.
This makes the ``-p`` behavior consistent with ``PYTEST_PLUGINS``.
* fix/adjust test_disable_plugin_autoload
* adjust test_plugin_loading_order 
							
						 
						
							2020-02-03 14:10:54 +01:00  
				
					
						
							
							
								 
						
							
								00097df5cd 
								
							 
						 
						
							
							
								
								tests: add test_plugin_loading_order  
							
							... 
							
							
							
							Ref: https://github.com/pytest-dev/pytest/pull/6443  
							
						 
						
							2020-01-23 11:57:12 +01:00  
				
					
						
							
							
								 
						
							
								118cb3d3be 
								
							 
						 
						
							
							
								
								Fix test_config: wrong assertions, lint, unused fixtures  
							
							
							
						 
						
							2020-01-16 19:27:46 +01:00  
				
					
						
							
							
								 
						
							
								117072d64c 
								
							 
						 
						
							
							
								
								typing: fix _pytest.config.findpaths.determine_setup  
							
							
							
						 
						
							2020-01-13 11:45:20 +01:00  
				
					
						
							
							
								 
						
							
								c7f9fda42d 
								
							 
						 
						
							
							
								
								Fix assertion rewriting module detection for egg dists  
							
							... 
							
							
							
							Fix  #6301  
						
							2019-12-04 15:30:45 -03:00  
				
					
						
							
							
								 
						
							
								5979837c60 
								
							 
						 
						
							
							
								
								Import Path from _pytest.pathlib for py35  
							
							... 
							
							
							
							This is important for `isinstance` checks etc. 
							
						 
						
							2019-11-15 22:19:53 +01:00  
				
					
						
							
							
								 
						
							
								2f589a9769 
								
							 
						 
						
							
							
								
								pytester: runpytest_inprocess: use splitlines()  
							
							... 
							
							
							
							This avoids having a trailing empty lines always. 
							
						 
						
							2019-10-23 04:34:29 +02:00  
				
					
						
							
							
								 
						
							
								d12cdd3127 
								
							 
						 
						
							
							
								
								Make InvocationParams.args a tuple  
							
							... 
							
							
							
							This avoids mutating the original list to reflect on InvocationParams,
which is supposed to be an immutable snapshot of the state of pytest.main()
at the moment of invocation (see pytest-dev/pytest-xdist#478 ). 
							
						 
						
							2019-10-19 16:42:58 -03:00  
				
					
						
							
							
								 
						
							
								2a6a1ca07d 
								
							 
						 
						
							
							
								
								Inject width via pylib to argparse formatter  
							
							... 
							
							
							
							`argparse.HelpFormatter` looks at `$COLUMNS` only, falling back to a
default of 80.
`py.io.get_terminal_width()` is smarter there, and could even work
better with https://github.com/pytest-dev/py/pull/219 .
This ensures to use a consistent value for formatting the ini values etc. 
							
						 
						
							2019-08-17 16:51:02 +02:00  
				
					
						
							
							
								 
						
							
								b5b710b3ae 
								
							 
						 
						
							
							
								
								Merge master into features  
							
							... 
							
							
							
							Several conflicts, mostly due to 2c402f4bd 
							
						 
						
							2019-08-02 16:52: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  
				
					
						
							
							
								 
						
							
								3c7438969a 
								
							 
						 
						
							
							
								
								Replace internal config._origargs with invocation_params.args  
							
							... 
							
							
							
							Added in https://github.com/pytest-dev/pytest/pull/5564 . 
							
						 
						
							2019-07-23 06:46:56 +02:00  
				
					
						
							
							
								 
						
							
								602cd5e21f 
								
							 
						 
						
							
							
								
								Introduce Config.invocation_params ( #5564 )  
							
							... 
							
							
							
							Introduce Config.invocation_params 
							
						 
						
							2019-07-10 07:46:34 -03:00  
				
					
						
							
							
								 
						
							
								31738155b5 
								
							 
						 
						
							
							
								
								Remove deprecated features ( #5529 )  
							
							... 
							
							
							
							Remove deprecated features 
							
						 
						
							2019-07-09 19:04:06 -03:00  
				
					
						
							
							
								 
						
							
								4cda7093f6 
								
							 
						 
						
							
							
								
								Add note about PYTEST_ADDOPTS  
							
							
							
						 
						
							2019-07-06 17:27:54 -03:00  
				
					
						
							
							
								 
						
							
								6a9bf2852a 
								
							 
						 
						
							
							
								
								Apply review suggestions: use a simple struct for invocation params  
							
							
							
						 
						
							2019-07-06 12:22:19 -03:00  
				
					
						
							
							
								 
						
							
								3e669a262a 
								
							 
						 
						
							
							
								
								Introduce Config.invocation_args and Config.invocation_plugins  
							
							... 
							
							
							
							These attributes can be used to access the unchanged arguments passed
to pytest.main().
The intention is to use these attributes to initialize workers in
the same manner as the master node is initialized in pytest-xdist. 
							
						 
						
							2019-07-05 19:45:23 -03:00  
				
					
						
							
							
								 
						
							
								c54cbd63c8 
								
							 
						 
						
							
							
								
								Replace importlib_metadata with importlib.metadata on Python 3.8+  
							
							... 
							
							
							
							Fixes https://github.com/pytest-dev/pytest/issues/5537  
							
						 
						
							2019-07-04 15:00:10 +02:00  
				
					
						
							
							
								 
						
							
								f2b7809d5d 
								
							 
						 
						
							
							
								
								Move setup.cfg error message and tests to an appropriate location  
							
							... 
							
							
							
							Those are not really deprecated anymore and are part of the normal
code for config 
							
						 
						
							2019-06-30 13:18:07 -03:00  
				
					
						
							
							
								 
						
							
								647d89c444 
								
							 
						 
						
							
							
								
								Move code about 'pytest_plugins' error to a more appropriate place  
							
							... 
							
							
							
							It is no longer deprecated, but part of the normal code for 'config' 
							
						 
						
							2019-06-30 13:18:07 -03:00  
				
					
						
							
							
								 
						
							
								4e723d6750 
								
							 
						 
						
							
							
								
								Fix crash when discovery fails while using `-p no:terminal`  
							
							
							
						 
						
							2019-06-27 10:24:29 -07:00  
				
					
						
							
							
								 
						
							
								2b92fee1c3 
								
							 
						 
						
							
							
								
								initial conversion of exit codes to enum  
							
							
							
						 
						
							2019-06-15 06:48:00 +02:00  
				
					
						
							
							
								 
						
							
								883db6a216 
								
							 
						 
						
							
							
								
								Add test for packages with broken metadata  
							
							... 
							
							
							
							Related to #5389  
							
						 
						
							2019-06-04 17:04:15 -03:00  
				
					
						
							
							
								 
						
							
								a91fe1fedd 
								
							 
						 
						
							
							
								
								pre-commit run pyupgrade --all-files  
							
							
							
						 
						
							2019-06-03 12:08:02 -03:00  
				
					
						
							
							
								 
						
							
								3f1ec520fc 
								
							 
						 
						
							
							
								
								pre-commit run reorder-python-imports --all-files  
							
							
							
						 
						
							2019-06-03 12:08:01 -03:00  
				
					
						
							
							
								 
						
							
								5034399d7a 
								
							 
						 
						
							
							
								
								pre-commit run fix-encoding-pragma --all-files  
							
							
							
						 
						
							2019-06-03 12:08:01 -03:00  
				
					
						
							
							
								 
						
							
								4d49ba6529 
								
							 
						 
						
							
							
								
								Drop Python 2.7 and 3.4 support  
							
							... 
							
							
							
							* Update setup.py requires and classifiers
* Drop Python 2.7 and 3.4 from CI
* Update docs dropping 2.7 and 3.4 support
* Fix mock imports and remove tests related to pypi's mock module
* Add py27 and 34 support docs to the sidebar
* Remove usage of six from tmpdir
* Remove six.PY* code blocks
* Remove sys.version_info related code
* Cleanup compat
* Remove obsolete safe_str
* Remove obsolete __unicode__ methods
* Remove compat.PY35 and compat.PY36: not really needed anymore
* Remove unused UNICODE_TYPES
* Remove Jython specific code
* Remove some Python 2 references from docs
Related to #5275  
							
						 
						
							2019-06-02 14:39:11 -03:00  
				
					
						
							
							
								 
						
							
								e032904413 
								
							 
						 
						
							
							
								
								Merge master into features  
							
							
							
						 
						
							2019-05-28 01:46:16 +02:00  
				
					
						
							
							
								 
						
							
								13f02af97d 
								
							 
						 
						
							
							
								
								Switch to importlib-metadata  
							
							
							
						 
						
							2019-05-27 13:24:08 -07:00  
				
					
						
							
							
								 
						
							
								66f20b6f5e 
								
							 
						 
						
							
							
								
								Fix invalid Python file encoding "utf8" ( #5252 )  
							
							... 
							
							
							
							Fix invalid Python file encoding "utf8" 
							
						 
						
							2019-05-23 20:24:23 -03:00  
				
					
						
							
							
								 
						
							
								93fd9debe3 
								
							 
						 
						
							
							
								
								Allow disabling of python plugin  
							
							... 
							
							
							
							Fixes https://github.com/pytest-dev/pytest/issues/5277 . 
							
						 
						
							2019-05-17 18:17:14 +02:00  
				
					
						
							
							
								 
						
							
								dc75b6af47 
								
							 
						 
						
							
							
								
								Use fix-encoding-pragma pre-commit hook  
							
							
							
						 
						
							2019-05-14 15:56:31 -07:00  
				
					
						
							
							
								 
						
							
								65133018f3 
								
							 
						 
						
							
							
								
								Terminal plugin is not semi-essential anymore  
							
							... 
							
							
							
							Thanks to https://github.com/pytest-dev/pytest/pull/5138 . 
							
						 
						
							2019-04-27 03:39:00 +02:00  
				
					
						
							
							
								 
						
							
								7f519f8ab7 
								
							 
						 
						
							
							
								
								Merge master into features  
							
							
							
						 
						
							2019-04-27 00:43:00 +02:00  
				
					
						
							
							
								 
						
							
								d67d68f6d3 
								
							 
						 
						
							
							
								
								Eliminate core dependency on 'terminal' plugin  
							
							
							
						 
						
							2019-04-17 11:19:19 -07:00  
				
					
						
							
							
								 
						
							
								8b2fcf517c 
								
							 
						 
						
							
							
								
								Merge master  
							
							
							
						 
						
							2019-04-11 13:28:36 +02:00  
				
					
						
							
							
								 
						
							
								8011ff5bda 
								
							 
						 
						
							
							
								
								Add _sys_snapshot fixture and use it with more tests  
							
							
							
						 
						
							2019-04-05 11:55:23 +02:00  
				
					
						
							
							
								 
						
							
								8c734dfc2f 
								
							 
						 
						
							
							
								
								Split out list of essential plugins  
							
							... 
							
							
							
							Fixes https://github.com/pytest-dev/pytest/issues/4976 . 
							
						 
						
							2019-04-02 14:39:56 +02:00  
				
					
						
							
							
								 
						
							
								e7ade066b6 
								
							 
						 
						
							
							
								
								Merge pull request  #5011  from blueyed/merge-master-into-features  
							
							... 
							
							
							
							Merge master into features 
							
						 
						
							2019-03-29 18:35:13 +01:00  
				
					
						
							
							
								 
						
							
								4e931b258d 
								
							 
						 
						
							
							
								
								Merge master into features  
							
							
							
						 
						
							2019-03-29 11:05:46 +01:00  
				
					
						
							
							
								 
						
							
								bfda2a0050 
								
							 
						 
						
							
							
								
								setup.cfg: use existing [tool:pytest] (ignoring [pytest])  
							
							
							
						 
						
							2019-03-29 10:59:27 +01:00  
				
					
						
							
							
								 
						
							
								d17ea7a9c0 
								
							 
						 
						
							
							
								
								tests: ensure cleanup with configs via get_config()  
							
							... 
							
							
							
							Also done in test_pluginmanager, although no resource warnings are
there at least.
Fixes https://github.com/pytest-dev/pytest/issues/4355 . 
							
						 
						
							2019-03-28 00:14:13 +01:00  
				
					
						
							
							
								 
						
							
								08f3b02dfc 
								
							 
						 
						
							
							
								
								tests: fnmatch_lines: use list  
							
							... 
							
							
							
							For strings fnmatch_lines converts it into a Source objects, splitted on
newlines.  This is not necessary here, and it is more consistent to use
lists here in the first place. 
							
						 
						
							2019-03-23 11:36:18 +01:00  
				
					
						
							
							
								 
						
							
								553951c443 
								
							 
						 
						
							
							
								
								Fix some issues related to "-p no:X" with default_plugins  
							
							
							
						 
						
							2019-03-21 17:01:50 +01:00  
				
					
						
							
							
								 
						
							
								c7c120fba6 
								
							 
						 
						
							
							
								
								terminal: handle "capture" option not being available  
							
							... 
							
							
							
							This is the case with `-p no:capture` now. 
							
						 
						
							2019-03-20 03:01:26 +01:00  
				
					
						
							
							
								 
						
							
								415899d428 
								
							 
						 
						
							
							
								
								config: handle `-p no:plugin` with default plugins  
							
							... 
							
							
							
							`-p no:capture` should not load its fixtures in the first place. 
							
						 
						
							2019-03-20 02:47:13 +01:00  
				
					
						
							
							
								 
						
							
								0deb7b1696 
								
							 
						 
						
							
							
								
								Do not show "inifile:" string if there's no configuration file  
							
							
							
						 
						
							2019-03-02 11:45:08 -03:00  
				
					
						
							
							
								 
						
							
								a0207274f4 
								
							 
						 
						
							
							
								
								-p option now can be used to early-load plugins by entry-point name  
							
							... 
							
							
							
							Fixes  #4718  
						
							2019-02-24 13:20:17 -03:00  
				
					
						
							
							
								 
						
							
								a68f4fd2b9 
								
							 
						 
						
							
							
								
								Fix test failures after pluggy 1.8 release  
							
							... 
							
							
							
							pluggy now calls iter_entry_points with different arguments, and tests
which mocked that call need to be updated accordingly. 
							
						 
						
							2019-02-22 18:58:54 -03:00  
				
					
						
							
							
								 
						
							
								f13935da53 
								
							 
						 
						
							
							
								
								Display --help/--version with ArgumentErrors  
							
							
							
						 
						
							2019-02-11 15:49:48 +01:00  
				
					
						
							
							
								 
						
							
								b7e8171cf8 
								
							 
						 
						
							
							
								
								Merge branch 'features' into remove-legacy-warn  
							
							
							
						 
						
							2018-12-17 10:37:31 -02:00  
				
					
						
							
							
								 
						
							
								8e287c5c77 
								
							 
						 
						
							
							
								
								Merge master into features  
							
							
							
						 
						
							2018-12-14 16:44:43 +01:00  
				
					
						
							
							
								 
						
							
								fd48cd57f9 
								
							 
						 
						
							
							
								
								Remove config.warn, Node.warn; pytest_logwarning issues a warning when implemented  
							
							... 
							
							
							
							Fix  #3078  
						
							2018-12-14 12:50:18 -02:00  
				
					
						
							
							
								 
						
							
								6af674a3ac 
								
							 
						 
						
							
							
								
								Merge pull request  #4520  from blueyed/PYTEST_DISABLE_PLUGIN_AUTOLOAD-del  
							
							... 
							
							
							
							tests: fix tests that require PYTEST_DISABLE_PLUGIN_AUTOLOAD to be unset 
							
						 
						
							2018-12-12 18:40:46 +01:00  
				
					
						
							
							
								 
						
							
								0db5ccb0dd 
								
							 
						 
						
							
							
								
								Merge master into features  
							
							
							
						 
						
							2018-12-10 05:42:07 +01:00  
				
					
						
							
							
								 
						
							
								f3babf13ea 
								
							 
						 
						
							
							
								
								Ensure that PYTEST_ADDOPTS are valid by themselves  
							
							... 
							
							
							
							Fixes https://github.com/pytest-dev/pytest/issues/4265 . 
							
						 
						
							2018-12-09 21:57:10 +01:00  
				
					
						
							
							
								 
						
							
								64ee1ee81b 
								
							 
						 
						
							
							
								
								tests: fix tests that require PYTEST_DISABLE_PLUGIN_AUTOLOAD to be unset  
							
							... 
							
							
							
							Fix pytest's own tests with PYTEST_DISABLE_PLUGIN_AUTOLOAD=1. 
							
						 
						
							2018-12-09 12:06:18 +01:00  
				
					
						
							
							
								 
						
							
								1bba0a9714 
								
							 
						 
						
							
							
								
								Deprecate `raises(..., 'code(as_a_string)')` / `warns(..., 'code(as_a_string)')  
							
							
							
						 
						
							2018-11-29 09:34:51 -08:00  
				
					
						
							
							
								 
						
							
								dc20dedbc7 
								
							 
						 
						
							
							
								
								Change RemovedInPytest4Warnings to errors by default  
							
							... 
							
							
							
							To keep existing tests which emit RemovedInPytest4Warnings running, decided
to go with a command line option because:
* Is harder to integrate an ini option with tests which already use an ini file
* It also marks tests which need to be removed/updated in 4.1, when
  RemovedInPytest4Warning and related functionality are removed.
Fix  #3737  
							
						 
						
							2018-11-12 16:10:57 -02:00  
				
					
						
							
							
								 
						
							
								4a74d455de 
								
							 
						 
						
							
							
								
								minor: typos  
							
							
							
						 
						
							2018-11-09 02:03:44 +01:00  
				
					
						
							
							
								 
						
							
								2368fbb63c 
								
							 
						 
						
							
							
								
								Apply reorder-python-imports to all files  
							
							
							
						 
						
							2018-10-25 00:01:29 -07:00  
				
					
						
							
							
								 
						
							
								b7560a8808 
								
							 
						 
						
							
							
								
								Keep backward compatibility for code as kw in Node.warn  
							
							
							
						 
						
							2018-09-04 16:48:21 -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  
				
					
						
							
							
								 
						
							
								78ac7d99f5 
								
							 
						 
						
							
							
								
								Deprecate Config.warn and Node.warn, replaced by standard warnings  
							
							
							
						 
						
							2018-09-04 11:35:34 -03:00  
				
					
						
							
							
								 
						
							
								2f2d5861bb 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'upstream/master' into merge-master-into-features  
							
							
							
						 
						
							2018-08-26 16:45:00 -03:00  
				
					
						
							
							
								 
						
							
								85482d575e 
								
							 
						 
						
							
							
								
								Replace Source with dedent where possible  
							
							
							
						 
						
							2018-08-23 09:06:17 -07:00  
				
					
						
							
							
								 
						
							
								c64a8c9c7f 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'upstream/master' into merge-master-into-features  
							
							
							
						 
						
							2018-08-18 15:54:53 -03:00  
				
					
						
							
							
								 
						
							
								126896f69d 
								
							 
						 
						
							
							
								
								Add option to disable plugin auto-loading  
							
							... 
							
							
							
							If `PYTEST_DISABLE_PLUGIN_AUTOLOAD` is set, disable auto-loading of
plugins through setuptools entrypoints. Only plugins that have been
explicitly specified are loaded.
ref #3784 . 
							
						 
						
							2018-08-07 13:16:28 -04:00  
				
					
						
							
							
								 
						
							
								2c0d2eef40 
								
							 
						 
						
							
							
								
								Only consider actual functions when considering hooks  
							
							... 
							
							
							
							Fix  #3775  
						
							2018-08-04 16:37:07 -03:00  
				
					
						
							
							
								 
						
							
								cbaa7dd56a 
								
							 
						 
						
							
							
								
								Upgrade pre-commit hooks except pyupgrade  
							
							
							
						 
						
							2018-06-26 06:35:27 -07:00  
				
					
						
							
							
								 
						
							
								464117b472 
								
							 
						 
						
							
							
								
								fix imports in tests  
							
							
							
						 
						
							2018-06-05 10:20:36 +02:00  
				
					
						
							
							
								 
						
							
								703e4b11ba 
								
							 
						 
						
							
							
								
								run black  
							
							
							
						 
						
							2018-05-23 16:48:46 +02:00  
				
					
						
							
							
								 
						
							
								9aacb4635e 
								
							 
						 
						
							
							
								
								run pyupgrade  
							
							
							
						 
						
							2018-05-23 16:45:09 +02:00  
				
					
						
							
							
								 
						
							
								409b919fc0 
								
							 
						 
						
							
							
								
								#3260  Added test  
							
							
							
						 
						
							2018-02-27 19:16:45 +03:00  
				
					
						
							
							
								 
						
							
								aff463a3c4 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'upstream/master' into features  
							
							
							
						 
						
							2018-01-27 12:28:43 -02:00  
				
					
						
							
							
								 
						
							
								3f5e9ea71e 
								
							 
						 
						
							
							
								
								Fix -o behavior to no longer swallow all remaining options  
							
							... 
							
							
							
							The current behavior was too error-prone because a "-o" option would
swallow all the following non-option parameters:
  pytest -o foo=bar path/to/test.py
path/to/test.py would be captured by the -o option, and would fail
because "path/to/test.py" is not in the format "key=value". 
							
						 
						
							2018-01-23 21:19:16 -02:00  
				
					
						
							
							
								 
						
							
								8426c57a9e 
								
							 
						 
						
							
							
								
								Ensure changes in the message in the future do not make the test pass by accident  
							
							
							
						 
						
							2018-01-23 21:18:59 -02:00  
				
					
						
							
							
								 
						
							
								203508d9f3 
								
							 
						 
						
							
							
								
								cleanup test cases  
							
							
							
						 
						
							2018-01-23 21:18:37 -02:00  
				
					
						
							
							
								 
						
							
								2c7f94fdb9 
								
							 
						 
						
							
							
								
								Added basic fix and test  
							
							
							
						 
						
							2018-01-23 21:18:10 -02:00  
				
					
						
							
							
								 
						
							
								bd1d17e8de 
								
							 
						 
						
							
							
								
								Replace py.std with stdlib imports  
							
							
							
						 
						
							2018-01-09 12:44:10 -08:00  
				
					
						
							
							
								 
						
							
								2a75ae46c3 
								
							 
						 
						
							
							
								
								Improve test that blocks setuptools plugins from being loaded  
							
							... 
							
							
							
							Make it a parametrized test to ensure all the mocked mechanisms in
the test actually work as expected when we *do not* use "-p no:" 
							
						 
						
							2017-11-28 21:29:58 -02:00  
				
					
						
							
							
								 
						
							
								833f33fa0c 
								
							 
						 
						
							
							
								
								removed comments  
							
							
							
						 
						
							2017-11-28 17:38:49 +01:00  
				
					
						
							
							
								 
						
							
								6843d45c51 
								
							 
						 
						
							
							
								
								added test for  #2920  fix  
							
							
							
						 
						
							2017-11-28 17:29:52 +01:00  
				
					
						
							
							
								 
						
							
								983a09a2d4 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'upstream/master' into merge-master-into-features  
							
							
							
						 
						
							2017-11-10 18:33:02 -02:00  
				
					
						
							
							
								 
						
							
								03829fde8a 
								
							 
						 
						
							
							
								
								Fix linting E741: ambiguous variable name  
							
							
							
						 
						
							2017-11-04 13:59:10 -02:00  
				
					
						
							
							
								 
						
							
								10a3b9118b 
								
							 
						 
						
							
							
								
								Use a relative cache_dir in test because of how arguments are parsed on Windows  
							
							... 
							
							
							
							We use shlex to parse command-line arguments and PYTEST_ADDOPTS, so passing
a full path with '\' arguments produces incorrect results on Windows
Anyway users are advised to use relative paths for portability 
							
						 
						
							2017-10-11 19:37:17 -03:00  
				
					
						
							
							
								 
						
							
								ce8c829945 
								
							 
						 
						
							
							
								
								add test for  #2824  
							
							
							
						 
						
							2017-10-11 09:41:18 -07:00  
				
					
						
							
							
								 
						
							
								ef732fc51d 
								
							 
						 
						
							
							
								
								Remove code for unsupported Python versions  
							
							
							
						 
						
							2017-10-10 08:54:56 +03:00  
				
					
						
							
							
								 
						
							
								a0101f024e 
								
							 
						 
						
							
							
								
								remove os.sep as it behaves differently linux and windows.  
							
							... 
							
							
							
							* on linux it is '/'
* on windows it is '\' 
							
						 
						
							2017-08-05 23:21:43 +05:30  
				
					
						
							
							
								 
						
							
								45ac863069 
								
							 
						 
						
							
							
								
								Fixed E401 flake8 errors  
							
							... 
							
							
							
							multiple imports on one line 
							
						 
						
							2017-07-17 01:44:23 +02:00  
				
					
						
							
							
								 
						
							
								7248b759e8 
								
							 
						 
						
							
							
								
								Fixed E303 flake8 errors  
							
							... 
							
							
							
							too many blank lines (3) 
							
						 
						
							2017-07-17 01:44:23 +02:00  
				
					
						
							
							
								 
						
							
								b840622819 
								
							 
						 
						
							
							
								
								Fixed E302 flake8 errors  
							
							... 
							
							
							
							expected 2 blank lines, found 0 
							
						 
						
							2017-07-17 01:44:23 +02:00  
				
					
						
							
							
								 
						
							
								4730c6d99d 
								
							 
						 
						
							
							
								
								Fixed E272 flake8 errors  
							
							... 
							
							
							
							multiple spaces before keyword 
							
						 
						
							2017-07-17 01:44:23 +02:00  
				
					
						
							
							
								 
						
							
								b226454582 
								
							 
						 
						
							
							
								
								Fixed E251 flake8 errors  
							
							... 
							
							
							
							unexpected spaces around keyword / parameter equals 
							
						 
						
							2017-07-17 01:44:22 +02:00  
				
					
						
							
							
								 
						
							
								617e510b6e 
								
							 
						 
						
							
							
								
								Fixed E231 flake8 errors  
							
							... 
							
							
							
							missing whitespace after ‘,’, ‘;’, or ‘:’ 
							
						 
						
							2017-07-17 01:44:22 +02:00  
				
					
						
							
							
								 
						
							
								cf97159009 
								
							 
						 
						
							
							
								
								Fixed E128 flake8 errors  
							
							... 
							
							
							
							continuation line under-indented for visual indent 
							
						 
						
							2017-07-17 01:28:16 +02:00  
				
					
						
							
							
								 
						
							
								6af2abdb53 
								
							 
						 
						
							
							
								
								Fixed flake8 warnings  
							
							... 
							
							
							
							W191 indentation contains tabs
W292 no newline at end of file
W293 blank line contains whitespace
W391 blank line at end of file 
							
						 
						
							2017-07-17 01:28:16 +02:00