pytest2/doc/en
Per A. Brodtkorb 820ea6d68f
Update Freezing pytest description in simple.rst
I have trouble using third party plugins in my frozen program and discovered 
that other people have experienced it as well:

    https://mail.python.org/pipermail//pytest-dev/2015-June/003015.html

The problem is that the mechanism for plugin discovery used by pytest
(setupttools entry points) doesn't work with frozen executables so pytest
can't find any plugins. The solution seems to be to import the third party 
plugins explicitly as shown here:

    https://mail.python.org/pipermail//pytest-dev/2015-June/003018.html

This is not mentioned anywhere in the documentaion.
2018-01-10 16:44:26 +01:00
..
_templates Add a link to our backwards compatibility policy to our side-bar 2017-07-12 16:22:16 -03:00
_themes refine release process according to Bruno's feedback 2015-03-27 09:27:31 +01:00
announce Preparing release version 3.3.2 2017-12-25 20:38:27 +00:00
example Update Freezing pytest description in simple.rst 2018-01-10 16:44:26 +01:00
img - preliminary sprint page, not yet linked through the header 2016-02-05 11:34:40 +01:00
proposals Mention pytest-lazy-fixture plugin in the proposal for parametrize_with_fixtures 2017-11-09 20:14:24 -02:00
test New-style classes implemented for python 2.7 - #2147 2017-02-16 20:28:17 +01:00
Makefile Remove gendoc normalization for '=' and '_' headers 2017-11-23 15:33:41 +00:00
adopt.rst docs warnings as errors and initial page similar to README 2016-08-26 17:47:18 -03:00
assert.rst Remove gendoc normalization for '=' and '_' headers 2017-11-23 15:33:41 +00:00
backwards-compatibility.rst CHANGELOG and docs changes requested during review 2017-11-27 10:19:34 -02:00
bash-completion.rst Introduce pytest command as recommended entry point 2016-06-21 16:16:57 +02:00
builtin.rst Remove gendoc normalization for '=' and '_' headers 2017-11-23 15:33:41 +00:00
cache.rst Remove gendoc normalization for '=' and '_' headers 2017-11-23 15:33:41 +00:00
capture.rst Change capture docs to use namedtuple 2017-12-08 18:34:29 -02:00
changelog.rst Changelog now in rst format (2.9.0 and onward) and add rst-lint check 2016-01-03 23:09:24 -02:00
check_sphinx.py added "docs/en" directory and moved 2012-06-06 08:52:53 +09:00
conf.py Fix typos 2016-12-31 19:01:15 +01:00
conftest.py added "docs/en" directory and moved 2012-06-06 08:52:53 +09:00
contact.rst Fixes in "contact" doc 2017-07-27 19:28:55 -03:00
contents.rst Merge pull request #2794 from thisch/catchlog 2017-10-12 09:02:46 +02:00
contributing.rst Updated documentation from txt to rst 2015-08-04 16:41:02 +05:30
customize.rst Add tests for progress output and docs for ``console_output_style`` 2017-11-21 21:01:51 -02:00
development_guide.rst Small fixes to development_guide: title and label names 2017-09-14 19:58:56 -03:00
doctest.rst Reword strange sentence on doctest flags 2018-01-04 14:47:05 +01:00
existingtestsuite.rst Fix links in docs 2017-04-06 23:29:41 -03:00
faq.rst Remove mention of --assert=reinterp in documentation 2017-01-13 22:35:37 +01:00
fixture.rst Remove gendoc normalization for '=' and '_' headers 2017-11-23 15:33:41 +00:00
funcarg_compare.rst New-style classes implemented for python 2.7 - #2147 2017-02-16 20:28:17 +01:00
funcargs.rst Updated documentation from txt to rst 2015-08-04 16:41:02 +05:30
genapi.py New-style classes implemented for python 2.7 - #2147 2017-02-16 20:28:17 +01:00
getting-started.rst Remove gendoc normalization for '=' and '_' headers 2017-11-23 15:33:41 +00:00
goodpractices.rst Fix typo in goodpractices.rst 2017-08-25 10:01:24 -04:00
historical-notes.rst Move historical notes to their own doc 2017-07-27 20:47:12 -03:00
index.rst Remove gendoc normalization for '=' and '_' headers 2017-11-23 15:33:41 +00:00
license.rst Update copyright date in doc pages 2017-06-13 15:00:52 +02:00
links.inc Convert readthedocs link for their .org -> .io migration for hosted projects 2016-05-18 17:12:39 +01:00
logging.rst Move logging docu into own rst file 2017-10-12 02:19:24 +02:00
mark.rst Document which pytest features work with `unittest` 2017-08-04 07:44:04 -03:00
monkeypatch.rst Fix typos 2016-12-31 19:01:15 +01:00
naming20.rst Updated documentation from txt to rst 2015-08-04 16:41:02 +05:30
nose.rst Clarify PYTHONPATH changes and ``rootdir`` roles 2017-07-21 07:28:11 -03:00
parametrize.rst Update parametrize.rst 2017-12-16 09:31:48 -06:00
plugins.rst Merge upstream/master into features 2017-11-03 16:37:18 -02:00
projects.rst Prefer https://*.readthedocs.io over http://*.rtfd.org 2018-01-06 08:05:42 -08:00
pytest.ini added "docs/en" directory and moved 2012-06-06 08:52:53 +09:00
pythonpath.rst Add documentation about python -m pytest invocation. 2017-10-18 21:30:56 +02:00
recwarn.rst Add docs for the warnings functionality 2017-03-20 23:35:01 -03:00
requirements.txt Pin sphinx to 1.4 when generating docs to workaround search issues on RTD 2017-04-06 18:09:01 -03:00
skipping.rst Remove gendoc normalization for '=' and '_' headers 2017-11-23 15:33:41 +00:00
talks.rst Merge pull request #2415 from flub/training 2017-05-17 20:57:50 -03:00
tmpdir.rst Prefer https://*.readthedocs.io over http://*.rtfd.org 2018-01-06 08:05:42 -08:00
unittest.rst Remove gendoc normalization for '=' and '_' headers 2017-11-23 15:33:41 +00:00
usage.rst Merge remote-tracking branch 'upstream/master' into merge-master-into-features 2017-10-24 19:57:14 -02:00
warnings.rst Remove gendoc normalization for '=' and '_' headers 2017-11-23 15:33:41 +00:00
writing_plugins.rst Add pytest_runtestloop to the docs 2018-01-03 16:58:57 -02:00
xunit_setup.rst setup_* and teardown_* functions argument now optional 2016-07-14 23:41:40 -03:00
yieldfixture.rst docs warnings as errors and initial page similar to README 2016-08-26 17:47:18 -03:00