..
_code
Remove implementation of `__getslice__`
2016-09-23 09:52:30 -07:00
assertion
Restructure truncation of assertion messages
2016-10-10 23:38:27 +01:00
vendored_packages
Vendor pluggy 0.4.0
2016-09-25 23:36:02 -03:00
__init__.py
post 3.0.3 release changes
2016-09-29 18:58:17 -03:00
_argcomplete.py
Remove code related to support python <= 2.5
2015-12-16 16:16:22 -02:00
_pluggy.py
Create `_pytest.vendored_packages` and _pytest._pluggy
2015-09-07 13:01:54 -03:00
cacheprovider.py
Use testscollected to make xdist happy
2016-03-11 14:48:17 +06:00
capture.py
Add buffer attribute to stdin stub
2016-08-24 16:26:34 -07:00
compat.py
mark: fix introduced linting error
2016-09-08 10:16:45 +02:00
config.py
Merge pkg_resources workaround
2016-09-19 10:14:41 +01:00
debugging.py
allow pdbcls without implying usepdb
2016-09-21 09:45:20 +00:00
deprecated.py
Merge pull request #1813 from nicoddemus/pytest-setup.cfg
2016-08-17 20:33:57 +02:00
doctest.py
Fix use of deprecated getfuncargvalue method in the internal doctest plugin
2016-09-01 07:19:11 -04:00
fixtures.py
Explain a bad scope value to the user
2016-09-21 16:40:58 -04:00
freeze_support.py
Move the freezing function from genscript.py to a new module freeze_support.py
2016-06-26 19:37:24 +02:00
helpconfig.py
Support [tool:pytest] in setup.cfg files
2016-08-17 08:19:38 -03:00
hookspec.py
Pass exitstatus to pytest_terminal_summary hook
2016-08-14 22:06:35 +02:00
impl
- enhance ordering of tests using parametrized resources
2012-08-01 09:07:32 +02:00
junitxml.py
Testcase reports with a url attribute will now properly write this to junitxml
2016-08-25 13:08:51 -07:00
main.py
Merge pull request #1923 from RonnyPfannschmidt/mark-internal-value
2016-09-19 15:30:22 +01:00
mark.py
Merge remote-tracking branch 'upstream/master' into features
2016-09-26 19:32:53 -03:00
monkeypatch.py
Revert all invocation-fixtures code
2016-08-17 08:12:55 -03:00
nose.py
adapt to pluggy naming, rename pytest.hookspec_opts to pytest.hookspec,s ame with hookimpl_opts
2015-05-06 10:08:08 +02:00
pastebin.py
Fix pastebin when captured output contains non-ascii characters
2015-12-03 20:07:18 -02:00
pytester.py
remove memocollect anmd memoized_call
2016-09-05 14:41:28 +02:00
python.py
Merge remote-tracking branch 'upstream/master' into features
2016-09-26 19:32:53 -03:00
recwarn.py
Moved py.code code over to py.test
2016-01-25 23:18:04 -02:00
resultlog.py
Deprecate --resultlog cmdline option
2016-08-16 21:40:34 -03:00
runner.py
remove memocollect anmd memoized_call
2016-09-05 14:41:28 +02:00
setuponly.py
Fix PEP-8.
2016-07-03 22:33:21 +02:00
setupplan.py
Fix PEP-8.
2016-07-03 22:33:21 +02:00
skipping.py
use consistent inner repressentation for marks
2016-09-08 09:52:22 +02:00
terminal.py
Pass exitstatus to pytest_terminal_summary hook
2016-08-14 22:06:35 +02:00
tmpdir.py
Merge branch 'master' into merge-master
2016-07-25 19:06:29 -03:00
unittest.py
integrating review commets of @nicoddemus
2016-08-31 22:33:47 +02:00