|  Bruno Oliveira | fa979a4290 | Preparing release version 4.2.0 | 2019-01-30 14:25:38 -02:00 | 
				
					
						|  Anthony Sottile | 7015801377 | Highlight docs with pygments-pytest | 2018-11-23 22:01:30 -08:00 | 
				
					
						|  Daniel Hahler | be3b8fc9c1 | Fix warnings summary header appearing twice Ref: https://github.com/pytest-dev/pytest/pull/4450#discussion_r236017645
Ref: https://github.com/pytest-dev/pytest/pull/4399 | 2018-11-23 22:47:58 +01:00 | 
				
					
						|  Bruno Oliveira | 16b15af624 | Preparing release version 4.0.1 | 2018-11-23 20:09:57 +00:00 | 
				
					
						|  Anthony Sottile | b3700f61ba | Fix formatting of print() calls | 2018-11-22 00:15:14 -08:00 | 
				
					
						|  Bruno Oliveira | c2e906ec97 | Preparing release version 3.10.0 | 2018-11-03 13:51:39 +00:00 | 
				
					
						|  Ville Skyttä | 22ab737243 | Spelling and grammar fixes | 2018-10-29 23:45:45 +02:00 | 
				
					
						|  Bruno Oliveira | 96784c2052 | Preparing release version 3.9.3 | 2018-10-27 13:07:54 +00:00 | 
				
					
						|  Bruno Oliveira | 771e860011 | Preparing release version 3.9.2 | 2018-10-22 21:47:42 +00:00 | 
				
					
						|  Bruno Oliveira | 2868c31495 | Preparing release version 3.9.0 | 2018-10-15 20:23:30 +00:00 | 
				
					
						|  Bruno Oliveira | 1f20626618 | Preparing release version 3.8.0 | 2018-09-05 21:06:32 +00:00 | 
				
					
						|  Bruno Oliveira | 415a62e373 | Fix typo in PytestExperimentalApiWarning | 2018-09-04 11:35:35 -03:00 | 
				
					
						|  Anthony Sottile | aea962dc21 | Preparing release version 3.7.4 | 2018-08-29 08:57:54 -07:00 | 
				
					
						|  Ronny Pfannschmidt | 17e01993d9 | regendoc and invocation fixes | 2018-06-27 08:28:21 +02:00 | 
				
					
						|  Ronny Pfannschmidt | 8a6345515b | regendoc | 2018-06-27 06:52:54 +02:00 | 
				
					
						|  Anthony Sottile | 0f2d7dc73c | blacken docs | 2018-06-03 07:58:46 -07:00 | 
				
					
						|  Anthony Sottile | 5c878001ea | Manual docs changes so syntax is parseable | 2018-06-02 20:19:17 -07:00 | 
				
					
						|  Ronny Pfannschmidt | 3b9e063fe8 | fix line endings | 2018-05-23 16:45:23 +02:00 | 
				
					
						|  Jon Dufresne | d2bf0bf9bb | Update all pypi.python.org URLs to pypi.org For details on the new PyPI, see the blog post:
https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html | 2018-04-26 06:49:33 -07:00 | 
				
					
						|  David Chudzicki | db24723b61 | no-capture in sample code demo'ing plugin | 2018-04-05 20:34:26 +02:00 | 
				
					
						|  Ronny Pfannschmidt | add5ce0fb8 | Merge pull request #3230 from brianmaissy/features deprecate pytest_plugins in non-top-level conftest | 2018-03-21 07:44:34 +01:00 | 
				
					
						|  Bruno Oliveira | 8035f6cced | Fix typo in docs | 2018-03-12 18:32:51 -03:00 | 
				
					
						|  Brian Maissy | 54b15f5826 | deprecated pytest_plugins in non-top-level conftest | 2018-03-10 21:20:12 +02:00 | 
				
					
						|  Bruno Oliveira | 69d49f18e9 | Add pytest_addhooks | 2018-03-06 20:41:21 -03:00 | 
				
					
						|  Bruno Oliveira | 8b7e6df73d | Add register_assert_rewrite and improve signature of other functions | 2018-03-06 20:41:21 -03:00 | 
				
					
						|  Bruno Oliveira | d4c3850231 | Create reference and moved Objects and Hooks reference from writing_plugins | 2018-03-06 20:40:55 -03:00 | 
				
					
						|  Kyle Altendorf | b5ac61657a | Correct docs to config.pluginmanager.get_plugin() `getplugin()` is deprecated in favor of `get_plugin()`.
dd97c94035/_pytest/config.py (L261) | 2018-02-22 13:48:59 -05:00 | 
				
					
						|  Bruno Oliveira | 653abad27b | Mention outcome.force_result() and add link to pluggy's docs Related to #3169 | 2018-01-31 18:18:15 -02:00 | 
				
					
						|  Bruno Oliveira | aff463a3c4 | Merge remote-tracking branch 'upstream/master' into features | 2018-01-27 12:28:43 -02:00 | 
				
					
						|  Bruno Oliveira | b68b80aec9 | Add new pytest_runtest_logfinish hook Fix #3101 | 2018-01-09 22:17:39 -02:00 | 
				
					
						|  Bruno Oliveira | 93306f6a5e | Merge remote-tracking branch 'upstream/master' into features | 2018-01-09 18:41:00 -02:00 | 
				
					
						|  Bruno Oliveira | afb8a4e35d | Document bootstrap and initialization hooks Fix #2616 | 2018-01-06 13:31:38 -02:00 | 
				
					
						|  Bruno Oliveira | 52a7ccef57 | Add pytest_runtestloop to the docs | 2018-01-03 16:58:57 -02:00 | 
				
					
						|  Ronny Pfannschmidt | afc607cfd8 | move node base classes from main to nodes | 2017-12-18 11:08:20 +01:00 | 
				
					
						|  Bruno Oliveira | 7b5d4d01ed | Add param annotations and types to hookspec Also mention which hook to use instead of the deprecated
pytest_cmdline_preparse
Fix #3022 | 2017-12-12 18:01:31 -02:00 | 
				
					
						|  Bruno Oliveira | 4678cbeb91 | Merge remote-tracking branch 'upstream/features' | 2017-11-27 19:37:58 -02:00 | 
				
					
						|  Daniel Hahler | d5f038e29a | Fix spelling: s/re-writ/rewrit/g This also fixes "can not" to "cannot" in the "Module already imported so
cannot be rewritten" assertion error. | 2017-11-26 20:46:06 +01:00 | 
				
					
						|  Bruno Oliveira | e2c59d3282 | Change pluggy._CallOutcome to pluggy._Result after update to pluggy-0.5 | 2017-11-15 14:08:11 -02:00 | 
				
					
						|  Bruno Oliveira | f3a119c06a | Merge upstream/master into features | 2017-11-03 16:37:18 -02:00 | 
				
					
						|  Christoph Buchner | e23af009f9 | Introduce a dedicated section about conftest.py Also reorganize conftest-related content a bit.
Closes #1505, closes #1770. | 2017-10-23 22:11:09 +02:00 | 
				
					
						|  Tyler Goodlet | ff35c17ecf | Drop wrapper module; import directly | 2017-08-25 11:46:55 -04:00 | 
				
					
						|  Tyler Goodlet | 9ab83083d1 | Update docs | 2017-08-24 16:53:37 -04:00 | 
				
					
						|  Bruno Oliveira | f1467f8f03 | Merge remote-tracking branch 'upstream/master' into features | 2017-07-30 18:08:24 -03:00 | 
				
					
						|  Bruno Oliveira | 6fe7069cbb | Move historical notes to their own doc Fix #2512 | 2017-07-27 20:47:12 -03:00 | 
				
					
						|  Bruno Oliveira | f770f16294 | Replace deprecated "config.option.<name>" usages from docs | 2017-07-27 19:18:44 -03:00 | 
				
					
						|  Bruno Oliveira | 17c544e793 | Introduce new pytest_report_collectionfinish hook Fix #2622 | 2017-07-27 10:44:29 -03:00 | 
				
					
						|  Bruno Oliveira | 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 | 
				
					
						|  Raphael Pierzina | 1ac02b8a3b | Add plugin code | 2017-07-19 20:15:27 +02:00 | 
				
					
						|  Raphael Pierzina | d06d97a7ac | Remove unnecessary comma from docs | 2017-07-19 19:42:33 +02:00 | 
				
					
						|  Raphael Pierzina | 91b4b229aa | Update documentation for testing plugin code | 2017-07-19 19:38:21 +02:00 |