pytest2/src/_pytest
linchiwei123 a4adf511fc Fix TypeError
can only concatenate str (not "bytes") to str
2019-08-24 23:10:17 +08:00
..
_code Fix TypeError when importing pytest on Python 3.5.0 and 3.5.1 2019-08-17 15:41:59 +03:00
_io saferepr: Avoid indirect function calls 2019-07-15 17:07:58 +03:00
assertion Fix wrong location of assertion error with coverage.py 2019-08-17 21:34:13 +02:00
config Merge remote-tracking branch 'upstream/master' into mm 2019-08-15 10:03:52 -03:00
mark Merge master into features 2019-08-02 16:52:51 +02:00
__init__.py pre-commit run fix-encoding-pragma --all-files 2019-06-03 12:08:01 -03:00
_argcomplete.py Add rudimentary mypy type checking 2019-07-09 12:12:07 -07:00
cacheprovider.py Fix rmtree to remove directories with read-only files 2019-07-11 18:24:53 -03:00
capture.py Add rudimentary mypy type checking 2019-07-09 12:12:07 -07:00
compat.py Merge pull request #5752 from bluetech/typing-py350-fix 2019-08-20 08:04:58 -07:00
debugging.py Add rudimentary mypy type checking 2019-07-09 12:12:07 -07:00
deprecated.py Make 'request' a reserved name for fixtures 2019-06-30 13:31:39 -03:00
doctest.py doctest: Add +NUMBER option to ignore irrelevant floating-point differences 2019-07-08 17:07:58 +01:00
faulthandler.py Change pytest-faulthandler for simplification 2019-06-22 19:22:43 -03:00
fixtures.py Merge remote-tracking branch 'upstream/master' into mm 2019-08-15 10:03:52 -03:00
freeze_support.py pre-commit run reorder-python-imports --all-files 2019-06-03 12:08:01 -03:00
helpconfig.py Replace internal config._origargs with invocation_params.args 2019-07-23 06:46:56 +02:00
hookspec.py Remove 'pytest_logwarning' hook 2019-06-30 13:18:07 -03:00
junitxml.py Add hostname and timestamp to JUnit XML testsuite tag 2019-08-03 15:54:39 +01:00
logging.py Small cleanups on _pytest.compat 2019-06-15 10:06:37 -03:00
main.py Merge master into features 2019-08-05 19:12:32 +02:00
monkeypatch.py pre-commit run pyupgrade --all-files 2019-06-03 12:08:02 -03:00
nodes.py Cache split nodes results to reduce long tests collection time on large test suites 2019-08-01 20:46:27 -04:00
nose.py Remove support code for unittest 2 2019-07-11 20:11:06 -03:00
outcomes.py Fix wording as suggested in review of #5741 2019-08-15 10:05:42 -03:00
pastebin.py Fix TypeError 2019-08-24 23:10:17 +08:00
pathlib.py Merge pull request #5684 from nicoddemus/errno-nomore 2019-08-04 14:50:12 -07:00
pytester.py Fix wording as suggested in review of #5741 2019-08-15 10:05:42 -03:00
python.py Merge remote-tracking branch 'upstream/master' into mm 2019-08-15 10:03:52 -03:00
python_api.py Move `@overload` to compat 2019-08-18 14:54:52 -07:00
recwarn.py Move `@overload` to compat 2019-08-18 14:54:52 -07:00
reports.py Add rudimentary mypy type checking 2019-07-09 12:12:07 -07:00
resultlog.py pre-commit run pyupgrade --all-files 2019-06-03 12:08:02 -03:00
runner.py Remove unnecessary checks from SetupState 2019-07-17 22:39:10 +03:00
setuponly.py pre-commit run reorder-python-imports --all-files 2019-06-03 12:08:01 -03:00
setupplan.py pre-commit run reorder-python-imports --all-files 2019-06-03 12:08:01 -03:00
skipping.py pre-commit run reorder-python-imports --all-files 2019-06-03 12:08:01 -03:00
stepwise.py Fix comment in stepwise (follow up to #5555) [skip ci] 2019-07-05 09:57:10 -03:00
terminal.py Show session duration in human-readable format 2019-08-10 10:45:53 -03:00
tmpdir.py Remove deprecated features (#5529) 2019-07-09 19:04:06 -03:00
unittest.py Merge master into features 2019-08-02 16:52:51 +02:00
warning_types.py Remove 'RemovedInPytest4Warning' 2019-06-30 13:31:39 -03:00
warnings.py Remove 'RemovedInPytest4Warning' 2019-06-30 13:31:39 -03:00