|  Bruno Oliveira | fbcf1a90c9 | Merge pull request #3193 from pytest-dev/ref-docs Reference docs | 2018-03-15 12:04:34 -03:00 | 
				
					
						|  Ronny Pfannschmidt | 1b535387bf | Merge pull request #3309 from tareqalayan/issue-3308 issue #3308: fix example in documentation | 2018-03-14 15:52:55 +01:00 | 
				
					
						|  Tareq Alayan | 7e53f9432c | issue #3308: fix example in documentation https://github.com/pytest-dev/pytest/issues/3308 | 2018-03-14 15:44:43 +02:00 | 
				
					
						|  Ronny Pfannschmidt | b2b629f462 | Merge pull request #3305 from nicoddemus/2370-tmpfile-close-py27 Suppress ``IOError`` when closing the temporary file used for capturing streams in Python 2.7 | 2018-03-14 06:42:06 +01:00 | 
				
					
						|  Bruno Oliveira | 9517c3a2aa | Suppress ``IOError`` when closing the temporary file used for capturing streams in Python 2.7. Fix #2370 | 2018-03-13 17:41:42 -03:00 | 
				
					
						|  Ronny Pfannschmidt | 2612d967f8 | Merge pull request #3301 from ankostis/caplog_clear_text Fix #3297 where caplog.clear() did not clear text, just records | 2018-03-13 16:39:53 +01:00 | 
				
					
						|  Bruno Oliveira | 51c0256cd4 | Remove :py:mod: ref from changelog: fails our linting check | 2018-03-12 20:57:51 -03:00 | 
				
					
						|  Kostis Anagnostopoulos | 02bec7a3bb | Add changelog & myself (ankostis) to authors | 2018-03-13 01:46:44 +02:00 | 
				
					
						|  Bruno Oliveira | 4459aa3d8b | Remove redundant "# content of pytest.ini" headers from examples | 2018-03-12 20:09:31 -03:00 | 
				
					
						|  Bruno Oliveira | 2e347643a3 | Add ini options for logging | 2018-03-12 20:09:05 -03:00 | 
				
					
						|  Bruno Oliveira | 8629ef6a78 | Add missing ini options: markers, usefixtures and xfail_strict | 2018-03-12 19:43:31 -03:00 | 
				
					
						|  Thomas Hisch | 5e92644f94 | Properly reset LogCaptureHandler in caplog Closes #3297 | 2018-03-13 00:36:51 +02:00 | 
				
					
						|  Bruno Oliveira | 3198596f8a | Sort ini options | 2018-03-12 19:33:34 -03:00 | 
				
					
						|  Kostis Anagnostopoulos | 68375513f3 | Add TC to demonstrate #3297 that caplog.clear() does not clean text | 2018-03-13 00:28:47 +02:00 | 
				
					
						|  Bruno Oliveira | 61b8ea8656 | Add doctest_encoding and junit_suite_name ini options | 2018-03-12 19:27:17 -03:00 | 
				
					
						|  Bruno Oliveira | 3909225bf9 | Merge pull request #3300 from JulienPalard/typo Typo in example, os.getcwd does not take any parameter. | 2018-03-12 12:16:18 -03:00 | 
				
					
						|  Julien Palard | e71d907d34 | Typo in example, os.getcwd does not take any parameter. | 2018-03-12 15:19:26 +01:00 | 
				
					
						|  Bruno Oliveira | 8243900960 | Move definition of ini options to reference | 2018-03-07 20:45:41 -03:00 | 
				
					
						|  Bruno Oliveira | c0fe4d483d | Add environment variables | 2018-03-06 20:41:21 -03:00 | 
				
					
						|  Bruno Oliveira | 18a47bfd22 | Add docs for CaptureFixture | 2018-03-06 20:41:21 -03:00 | 
				
					
						|  Bruno Oliveira | 3979f9ba3a | Add pytest_plugins and pytestmark special variables | 2018-03-06 20:41:21 -03:00 | 
				
					
						|  Bruno Oliveira | 443888248a | Improve fixture reference a bit | 2018-03-06 20:41:21 -03: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 | 9c2203d381 | Reorder top level: functions, marks, fixtures, hooks and objects | 2018-03-06 20:41:21 -03:00 | 
				
					
						|  Bruno Oliveira | df3a4111a9 | Sort objects by name | 2018-03-06 20:41:20 -03:00 | 
				
					
						|  Bruno Oliveira | 988ace9eb2 | Add documentation for marks | 2018-03-06 20:41:20 -03:00 | 
				
					
						|  Bruno Oliveira | ed8b1efc16 | Add a CHANGELOG entry for the reference docs Fix #1713 | 2018-03-06 20:41:20 -03:00 | 
				
					
						|  Bruno Oliveira | f7178654e5 | Add recwarn and tmpdir fixtures to the reference docs | 2018-03-06 20:41:20 -03:00 | 
				
					
						|  Bruno Oliveira | f1df6c5a60 | Add testdir fixture to reference | 2018-03-06 20:41:20 -03:00 | 
				
					
						|  Bruno Oliveira | 66009b0f91 | Add tutorial links to all references | 2018-03-06 20:41:20 -03:00 | 
				
					
						|  Bruno Oliveira | 215c6b281e | Add Monkeypatch and tutorial links for logging | 2018-03-06 20:41:20 -03:00 | 
				
					
						|  Bruno Oliveira | adcb28f61b | Add caplog to reference | 2018-03-06 20:41:20 -03:00 | 
				
					
						|  Bruno Oliveira | 111c6d6a22 | Improve pytestconfig and add record_xml_property | 2018-03-06 20:41:20 -03:00 | 
				
					
						|  Bruno Oliveira | 7ba8a4ee75 | Use ``pytest.`` prefix for outcomes | 2018-03-06 20:41:20 -03:00 | 
				
					
						|  Bruno Oliveira | 400558cc9c | Add pytestconfig fixture | 2018-03-06 20:41:20 -03:00 | 
				
					
						|  Bruno Oliveira | 918dffba96 | Add :with: modifier to raises() and deprecated_call() | 2018-03-06 20:41:20 -03:00 | 
				
					
						|  Bruno Oliveira | 44e2715529 | Add sections to pytest's builtin API | 2018-03-06 20:41:20 -03:00 | 
				
					
						|  Bruno Oliveira | b53c4246ef | Move most of 'builtin' to 'reference' | 2018-03-06 20:41:19 -03:00 | 
				
					
						|  Bruno Oliveira | e73d4f4e1f | Add local table of contents in reference.rst | 2018-03-06 20:41:19 -03:00 | 
				
					
						|  Bruno Oliveira | e7bce90d29 | Remove basepython from testenv:docs so it can be built with Python 3 | 2018-03-06 20:41:19 -03:00 | 
				
					
						|  Bruno Oliveira | 623bab4447 | Use :no-auto-options: in capsys fixtures Otherwise they are recognized as iterators | 2018-03-06 20:41:19 -03:00 | 
				
					
						|  Bruno Oliveira | 70f93263e9 | Add reference docs to doctest_namespace | 2018-03-06 20:41:19 -03:00 | 
				
					
						|  Bruno Oliveira | 749288dcb6 | Add reference docs to cache and capture fixtures | 2018-03-06 20:41:19 -03:00 | 
				
					
						|  Bruno Oliveira | 6fa9768545 | Use sphinxcontrib-trio extension This adds some more capabilities to sphinx, like marking
functions as decorators or with contexts | 2018-03-06 20:41:19 -03:00 | 
				
					
						|  Bruno Oliveira | 6b4565f8d1 | Reorder the global toc and include 'contributing' section | 2018-03-06 20:41:19 -03:00 | 
				
					
						|  Bruno Oliveira | 6d4e72e1eb | Cleanup the links section to only external links Internal links should be displayed in the side-bar | 2018-03-06 20:41:19 -03:00 | 
				
					
						|  Bruno Oliveira | 162557c2b2 | Remove internal plugin list This gets out of sync and shows internal plugins which don't make
much sense | 2018-03-06 20:41:19 -03:00 | 
				
					
						|  Bruno Oliveira | d4c3850231 | Create reference and moved Objects and Hooks reference from writing_plugins | 2018-03-06 20:40:55 -03:00 | 
				
					
						|  Bruno Oliveira | 28df322500 | Merge pull request #3283 from jeffreyrack/3245-doc-test-failures 3245: Add doc to norecursedirs in tox.ini | 2018-03-06 19:22:55 -03:00 |