test_ok2/_pytest
Roy Williams f1c4cfea2c Remove implementation of `__getslice__`
`__getslice__` has been Deprecated since Python 2.0 and is removed in Python 3.  See
https://docs.python.org/2/reference/datamodel.html#object.__getslice__

Unfortunately, Python 2 will still dispatch to `__getslice__` over `__getitem__`, See
http://bugs.python.org/issue2041, which causes Warnings when running with `-3` in 2.7.
2016-09-23 09:52:30 -07:00
..
_code Remove implementation of `__getslice__` 2016-09-23 09:52:30 -07:00
assertion Fix `DeprecationWarnings` found when running py.test in Python 2.7 with the -3 flag. 2016-09-21 17:44:25 -07:00
vendored_packages Fix spelling: explicitely --> explicitly 2015-12-01 01:41:47 -08:00
__init__.py Set version to 3.0.3.dev0 2016-09-01 21:34:54 -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 Remove obsolete docstring 2016-08-17 22:59:18 -03:00
config.py Merge pkg_resources workaround 2016-09-19 10:14:41 +01:00
debugging.py pdbcls ipython example with tab completion 2016-08-29 21:15:12 +02: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 Merge branch 'master' into merge-master-into-features 2016-08-17 22:39:23 -03:00
main.py Fix importer call 2016-08-21 22:07:18 +02:00
mark.py Fix keyword docs 2016-09-05 16:48:04 +08: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 Log LineMatcher output in a stream instead of stderr 2016-07-20 22:35:43 -03:00
python.py Merge pull request #1955 from rowillia/fix_python3_deprecation_warnings 2016-09-22 17:37:52 -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 minor: s/no pkg_resources/pkg_resources/ 2016-08-20 18:47:42 +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 Move internal _is_unittest_unexpected_success_a_failure to "compat" module 2016-08-17 22:50:10 -03: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