| .. |
|
_code
|
Move filter_traceback to _pytest._code
|
2018-10-12 10:19:50 -03:00 |
|
assertion
|
Fixes for flake8 master
|
2018-10-22 08:50:00 -07:00 |
|
config
|
Merge pull request #4227 from blueyed/_getconftest_pathlist-lru
|
2018-10-25 08:12:51 +02:00 |
|
mark
|
Use pytest.fail(..., pytrace=False) when treating user errors
|
2018-10-10 19:16:53 -03:00 |
|
__init__.py
|
switch to src layout
|
2018-05-26 09:10:38 +02:00 |
|
_argcomplete.py
|
Upgrade pre-commit hooks
|
2018-10-08 10:10:46 -07:00 |
|
cacheprovider.py
|
Merge remote-tracking branch 'upstream/master' into merge-master-into-features
|
2018-10-13 08:50:32 -03:00 |
|
capture.py
|
Fix #4093: multiple string literals on a line
|
2018-10-10 19:28:31 +02:00 |
|
compat.py
|
Improve error message when it is not possible to determine a function's signature
|
2018-10-18 20:06:43 -03:00 |
|
debugging.py
|
pytest_{enter,leave}_pdb: pass through pdb instance
|
2018-10-25 13:28:24 +02:00 |
|
deprecated.py
|
Issue a warning when a fixture named 'request' is collected
|
2018-10-20 12:09:44 -03:00 |
|
doctest.py
|
Fix macOS specific code that uses capturemanager.
|
2018-08-27 16:07:59 +02:00 |
|
fixtures.py
|
Merge remote-tracking branch 'origin/master' into merge-master
|
2018-10-24 22:36:34 +02:00 |
|
freeze_support.py
|
switch to src layout
|
2018-05-26 09:10:38 +02:00 |
|
helpconfig.py
|
Fix #4093: multiple string literals on a line
|
2018-10-10 19:28:31 +02:00 |
|
hookspec.py
|
pytest_{enter,leave}_pdb: pass through pdb instance
|
2018-10-25 13:28:24 +02:00 |
|
junitxml.py
|
fix #3533: properly escape raw XML object
|
2018-10-16 14:46:39 +02:00 |
|
logging.py
|
Fix logging usage in hooks pytest_sessionstart/finish #3340
|
2018-10-20 09:55:10 +02:00 |
|
main.py
|
Merge remote-tracking branch 'upstream/master' into merge-master-into-features
|
2018-10-15 12:55:28 -03:00 |
|
monkeypatch.py
|
Show a warning when non-str is given to Monkeypatch.setenv
|
2018-10-01 20:07:07 -03:00 |
|
nodes.py
|
Use pytest.fail(..., pytrace=False) when treating user errors
|
2018-10-10 19:16:53 -03:00 |
|
nose.py
|
switch to src layout
|
2018-05-26 09:10:38 +02:00 |
|
outcomes.py
|
Fix order of parameters when raising Exit exception
|
2018-10-14 18:48:32 -03:00 |
|
pastebin.py
|
switch to src layout
|
2018-05-26 09:10:38 +02:00 |
|
pathlib.py
|
Merge remote-tracking branch 'origin/master' into merge-master
|
2018-10-24 22:36:34 +02:00 |
|
pytester.py
|
Merge remote-tracking branch 'upstream/master' into merge-master-into-features
|
2018-10-15 12:55:28 -03:00 |
|
python.py
|
Merge pull request #4129 from nicoddemus/merge-master-into-features
|
2018-10-13 12:05:54 -03:00 |
|
python_api.py
|
py.builtin.exec_ => six.exec_
|
2018-08-22 23:00:06 -07:00 |
|
recwarn.py
|
Emulate resetting the warnings registry for python 2.x
|
2018-10-18 10:43:05 -07:00 |
|
reports.py
|
Succinct definition of user_properties
|
2018-09-26 22:40:11 +10:00 |
|
resultlog.py
|
Introduce UnformattedWarning to keep warning types and messages in _pytest.deprecated
|
2018-09-14 14:49:05 -03:00 |
|
runner.py
|
Adjust the 'durations hidden' message
|
2018-10-13 18:40:32 -03:00 |
|
setuponly.py
|
Renamed snap_global_capture to read_global_capture.
|
2018-08-20 17:48:14 +02:00 |
|
setupplan.py
|
switch to src layout
|
2018-05-26 09:10:38 +02:00 |
|
skipping.py
|
Use https, save a redirect
|
2018-08-28 14:39:32 -07:00 |
|
terminal.py
|
TerminalWriter: write "collecting" msg only once every 0.1s
|
2018-10-24 16:48:35 +02:00 |
|
tmpdir.py
|
address review comments
|
2018-10-11 20:48:30 +02:00 |
|
unittest.py
|
remove the legacy code about im_func and generalize using fix and compat.getimfunc
|
2018-09-13 15:38:36 +02:00 |
|
warning_types.py
|
Move UnformattedWarning to _pytest.warning_types
|
2018-09-14 15:31:20 -03:00 |
|
warnings.py
|
Use safe_str() to format warning message about unicode in Python 2
|
2018-10-18 21:56:17 -03:00 |