.. |
_code
|
Fix linting
|
2018-03-09 17:44:39 -03:00 |
assertion
|
Move compatibility imports to compat.py and fix linting
|
2018-03-29 19:02:35 -03:00 |
mark
|
Move compatibility imports to compat.py and fix linting
|
2018-03-29 19:02:35 -03:00 |
__init__.py
|
fix import error
|
2017-04-26 15:57:55 +02:00 |
_argcomplete.py
|
All classes now subclass object for better py3 compatibility
|
2018-01-24 18:23:42 -02:00 |
cacheprovider.py
|
implemented --last-failed-no-failures
|
2018-03-10 22:45:45 +02:00 |
capture.py
|
Fix test failure on Python 2. Ref #3314.
|
2018-03-15 21:33:58 -04:00 |
compat.py
|
added indicative error when parametrizing an argument with a default value
|
2018-04-15 20:52:57 +03:00 |
config.py
|
Merge pull request #3230 from brianmaissy/features
|
2018-03-21 07:44:34 +01:00 |
debugging.py
|
Add captured-log support to --show-capture
|
2018-02-18 20:18:37 +01:00 |
deprecated.py
|
deprecated pytest_plugins in non-top-level conftest
|
2018-03-10 21:20:12 +02:00 |
doctest.py
|
Merge remote-tracking branch 'upstream/master' into merge-master-into-features
|
2018-03-16 18:15:28 -03:00 |
fixtures.py
|
Sort fixtures by scope when determining fixture closure
|
2018-03-20 20:10:53 -03:00 |
freeze_support.py
|
Fixed E303 flake8 errors
|
2017-07-17 01:44:23 +02:00 |
helpconfig.py
|
Mention omission of fixtures with leading '_', closes #3398
|
2018-04-14 11:04:00 +02:00 |
hookspec.py
|
Add reference docs for pytest_sessionstart/finish and update their docstrings
|
2018-03-29 19:48:48 -03:00 |
junitxml.py
|
record_property is no longer experimental
|
2018-04-01 15:39:43 +02:00 |
logging.py
|
fix error in caplog docs.
|
2018-04-17 16:17:29 -04:00 |
main.py
|
Fix typo in the comment
|
2018-04-18 12:47:52 +03:00 |
monkeypatch.py
|
Typo in example, os.getcwd does not take any parameter.
|
2018-03-12 15:19:26 +01:00 |
nodes.py
|
make nodeids precalculated, there is no sane reason to commpute lazyly
|
2018-03-09 10:52:59 +01:00 |
nose.py
|
convert py module references to six module
|
2017-08-04 08:05:03 +05:30 |
outcomes.py
|
Fix docstring alignment and typos
|
2017-10-02 21:24:52 -03:00 |
pastebin.py
|
Revert making TerminalWriter public in TerminalReporter plugin
|
2017-11-23 19:53:12 -02:00 |
pytester.py
|
All classes now subclass object for better py3 compatibility
|
2018-01-24 18:23:42 -02:00 |
python.py
|
Merge pull request #3367 from brianmaissy/feature/indicative_error_for_parametrize_with_default_argument
|
2018-04-23 11:04:36 -03:00 |
python_api.py
|
linting: unfortunate dedent be gone.
|
2018-04-06 17:36:35 +02:00 |
recwarn.py
|
Add recwarn and tmpdir fixtures to the reference docs
|
2018-03-06 20:41:20 -03:00 |
resultlog.py
|
Fixed E302 flake8 errors
|
2017-07-17 01:44:23 +02:00 |
runner.py
|
Clear sys.last_* attributes before running an item
|
2018-04-04 20:36:07 -03:00 |
setuponly.py
|
Refactor some names for better understanding and consistency
|
2017-09-26 20:09:42 -03:00 |
setupplan.py
|
Add __future__ imports to all pytest modules
|
2017-03-16 22:45:40 -03:00 |
skipping.py
|
Show "short test summary info" after tracebacks and warnings
|
2018-02-26 21:12:33 -03:00 |
terminal.py
|
Remove `terminal.flatten` function in favor of collapse from more_itertools
|
2018-03-21 20:20:46 -03:00 |
tmpdir.py
|
Add recwarn and tmpdir fixtures to the reference docs
|
2018-03-06 20:41:20 -03:00 |
unittest.py
|
Merge remote-tracking branch 'upstream/master' into merge-master-into-features
|
2017-11-10 18:33:02 -02:00 |
warnings.py
|
Only escape str-like arguments passed to warnings
|
2017-11-27 23:17:15 -02:00 |