test_ok1/testing
Daniel Hahler e61e81a7b5 Make debugging's pytest_configure re-entrant
This is relevant when using runpytest in-process.

Fixes:

E             def test_1(testdir):
E                 testdir.runpytest()
E         >       __import__('pdb').set_trace()
E
E         ../../test_trace_after_runpytest.py:3:
E         …/Vcs/pytest/src/_pytest/debugging.py:81: in set_trace
E             tw = _pytest.config.create_terminal_writer(cls._config)
E
E         config = None, args = (), kwargs = {}, tw = <py._io.terminalwriter.TerminalWriter object at 0x7f1097088160>
E
E             def create_terminal_writer(config, *args, **kwargs):
E                 """Create a TerminalWriter instance configured according to the options
E                 in the config object. Every code which requires a TerminalWriter object
E                 and has access to a config object should use this function.
E                 """
E                 tw = py.io.TerminalWriter(*args, **kwargs)
E         >       if config.option.color == "yes":
E         E       AttributeError: 'NoneType' object has no attribute 'option'
2018-11-02 18:25:01 +01:00
..
code Apply reorder-python-imports to all files 2018-10-25 00:01:29 -07:00
example_scripts add script to generate a example folder for collecting many files 2018-10-25 22:07:20 +02:00
examples port some acceptance tests over to copy_example 2018-06-26 22:59:40 +02:00
freeze run black 2018-05-23 16:48:46 +02:00
logging Apply reorder-python-imports to all files 2018-10-25 00:01:29 -07:00
python python: collect: ignore exceptions with isinstance 2018-11-01 22:14:13 +01:00
acceptance_test.py Apply reorder-python-imports to all files 2018-10-25 00:01:29 -07:00
deprecated_test.py Apply reorder-python-imports to all files 2018-10-25 00:01:29 -07:00
test_argcomplete.py Apply reorder-python-imports to all files 2018-10-25 00:01:29 -07:00
test_assertion.py Apply reorder-python-imports to all files 2018-10-25 00:01:29 -07:00
test_assertrewrite.py Apply reorder-python-imports to all files 2018-10-25 00:01:29 -07:00
test_cacheprovider.py Apply reorder-python-imports to all files 2018-10-25 00:01:29 -07:00
test_capture.py Apply reorder-python-imports to all files 2018-10-25 00:01:29 -07:00
test_collection.py Merge pull request #4285 from kchmck/fix-4046 2018-11-02 08:26:07 -03:00
test_compat.py python: collect: ignore exceptions with isinstance 2018-11-01 22:14:13 +01:00
test_config.py Apply reorder-python-imports to all files 2018-10-25 00:01:29 -07:00
test_conftest.py Apply reorder-python-imports to all files 2018-10-25 00:01:29 -07:00
test_doctest.py Apply reorder-python-imports to all files 2018-10-25 00:01:29 -07:00
test_entry_points.py Apply reorder-python-imports to all files 2018-10-25 00:01:29 -07:00
test_helpconfig.py Apply reorder-python-imports to all files 2018-10-25 00:01:29 -07:00
test_junitxml.py Apply reorder-python-imports to all files 2018-10-25 00:01:29 -07:00
test_mark.py Apply reorder-python-imports to all files 2018-10-25 00:01:29 -07:00
test_modimport.py Apply reorder-python-imports to all files 2018-10-25 00:01:29 -07:00
test_monkeypatch.py fixup pyupgrade crlf incorrect fixes 2018-11-01 08:40:35 -07:00
test_nodes.py Apply reorder-python-imports to all files 2018-10-25 00:01:29 -07:00
test_nose.py Apply reorder-python-imports to all files 2018-10-25 00:01:29 -07:00
test_parseopt.py Apply reorder-python-imports to all files 2018-10-25 00:01:29 -07:00
test_pastebin.py Apply reorder-python-imports to all files 2018-10-25 00:01:29 -07:00
test_pathlib.py Fix access denied error when deleting a stale temporary directory 2018-10-30 15:35:53 -03:00
test_pdb.py Make debugging's pytest_configure re-entrant 2018-11-02 18:25:01 +01:00
test_pluginmanager.py Apply reorder-python-imports to all files 2018-10-25 00:01:29 -07:00
test_pytester.py Apply reorder-python-imports to all files 2018-10-25 00:01:29 -07:00
test_recwarn.py fix #4243 - support positional argument stacklevel on python2 2018-10-26 09:01:25 +02:00
test_resultlog.py Apply reorder-python-imports to all files 2018-10-25 00:01:29 -07:00
test_runner.py Apply reorder-python-imports to all files 2018-10-25 00:01:29 -07:00
test_runner_xunit.py Apply reorder-python-imports to all files 2018-10-25 00:01:29 -07:00
test_session.py Move handling of duplicate files 2018-11-01 13:06:36 -04:00
test_skipping.py Apply reorder-python-imports to all files 2018-10-25 00:01:29 -07:00
test_terminal.py Apply reorder-python-imports to all files 2018-10-25 00:01:29 -07:00
test_tmpdir.py Merge pull request #4222 from RonnyPfannschmidt/pathlib-fixes 2018-10-26 14:36:43 -03:00
test_unittest.py Apply reorder-python-imports to all files 2018-10-25 00:01:29 -07:00
test_warnings.py Show node that originated a warning in the warnings summary 2018-10-24 18:49:53 -03:00