.. |
code
|
typing around Node.location, reportinfo, repr_excinfo etc
|
2019-11-05 16:22:58 +01:00 |
example_scripts
|
Validate xunit2 files against the schema
|
2019-08-09 10:55:06 -03:00 |
examples
|
pre-commit run fix-encoding-pragma --all-files
|
2019-06-03 12:08:01 -03:00 |
freeze
|
Replace a few outdated references to py.test with pytest
|
2019-10-26 16:28:17 +03:00 |
io
|
saferepr: Avoid indirect function calls
|
2019-07-15 17:07:58 +03:00 |
logging
|
Add log-auto-indent option to control multiline formatting
|
2019-10-25 11:31:33 -04:00 |
python
|
Merge pull request #6071 from blueyed/tests-doctest-mock
|
2019-11-06 13:27:50 +01:00 |
acceptance_test.py
|
Fix plurality mismatch for and in pytest terminal summary
|
2019-10-27 15:16:24 +00:00 |
conftest.py
|
tests: conftest: handle tests using runpytest_subprocess as "slowest"
|
2019-10-28 13:43:42 +01:00 |
deprecated_test.py
|
Merge master into features
|
2019-08-02 16:52:51 +02:00 |
test_argcomplete.py
|
pre-commit run pyupgrade --all-files
|
2019-06-03 12:08:02 -03:00 |
test_assertion.py
|
test_iterable_full_diff: use test ids
|
2019-11-07 12:24:01 +01:00 |
test_assertrewrite.py
|
Fix plurality mismatch for and in pytest terminal summary
|
2019-10-27 15:16:24 +00:00 |
test_cacheprovider.py
|
Fix for Python 3.5 not handling LocalPath
|
2019-11-06 00:22:46 +01:00 |
test_capture.py
|
Merge pull request #6103 from blueyed/lsof_check
|
2019-11-06 18:44:19 +01:00 |
test_collection.py
|
Fix plurality mismatch for and in pytest terminal summary
|
2019-10-27 15:16:24 +00:00 |
test_compat.py
|
check that tests that are partial staticmethods are supported (#5701)
|
2019-08-15 09:12:01 -03:00 |
test_config.py
|
pytester: runpytest_inprocess: use splitlines()
|
2019-10-23 04:34:29 +02:00 |
test_conftest.py
|
Use new no-match functions to replace previous idiom
|
2019-10-06 18:05:24 -03:00 |
test_doctest.py
|
Fix plurality mismatch for and in pytest terminal summary
|
2019-10-27 15:16:24 +00:00 |
test_entry_points.py
|
Replace importlib_metadata with importlib.metadata on Python 3.8+
|
2019-07-04 15:00:10 +02:00 |
test_faulthandler.py
|
tests: speed up test_faulthandler.test_timeout
|
2019-10-28 13:44:06 +01:00 |
test_helpconfig.py
|
initial conversion of exit codes to enum
|
2019-06-15 06:48:00 +02:00 |
test_junitxml.py
|
minor: test_failure_function: use vars
|
2019-10-14 22:45:25 +02:00 |
test_mark.py
|
Fix plurality mismatch for and in pytest terminal summary
|
2019-10-27 15:16:24 +00:00 |
test_meta.py
|
tests: mark test_meta as slow
|
2019-10-22 23:44:52 +02:00 |
test_modimport.py
|
pre-commit run fix-encoding-pragma --all-files
|
2019-06-03 12:08:01 -03:00 |
test_monkeypatch.py
|
pre-commit run pyupgrade --all-files
|
2019-06-03 12:08:02 -03:00 |
test_nodes.py
|
pre-commit run fix-encoding-pragma --all-files
|
2019-06-03 12:08:01 -03:00 |
test_nose.py
|
didnt -> didn't
|
2019-08-01 15:10:39 +02:00 |
test_parseopt.py
|
Make sure to quote `sys.executable` as we're running a shell
|
2019-09-23 08:58:56 -07:00 |
test_pastebin.py
|
Fix "lexer" being used when uploading to bpaste.net
|
2019-08-30 15:34:03 -04:00 |
test_pathlib.py
|
Switch from deprecated imp to importlib
|
2019-06-24 09:48:38 -07:00 |
test_pdb.py
|
Fix test_doctest_set_trace_quit on features
|
2019-10-23 04:13:37 +02:00 |
test_pluginmanager.py
|
Making it possible to access the pluginmanager in the pytest_addoption hook
|
2019-10-30 14:18:13 -04:00 |
test_pytester.py
|
pytester: typing
|
2019-10-27 12:32:14 +01:00 |
test_recwarn.py
|
Revert "Let context-managers for raises and warns handle unknown keyword arguments"
|
2019-07-14 14:28:21 +03:00 |
test_report_log.py
|
Introduce --report-log option
|
2019-10-30 09:43:33 -03:00 |
test_reports.py
|
Introduce --report-log option
|
2019-10-30 09:43:33 -03:00 |
test_resultlog.py
|
Replace py.io.TextIO with io.StringIO
|
2019-10-26 16:33:57 +03:00 |
test_runner.py
|
pytester: runpytest_inprocess: use splitlines()
|
2019-10-23 04:34:29 +02:00 |
test_runner_xunit.py
|
Fix plurality mismatch for and in pytest terminal summary
|
2019-10-27 15:16:24 +00:00 |
test_session.py
|
initial conversion of exit codes to enum
|
2019-06-15 06:48:00 +02:00 |
test_setuponly.py
|
Merge master into features
|
2019-10-21 00:08:03 +02:00 |
test_setupplan.py
|
tests: move tests for setuponly/setupplan
|
2019-10-15 00:41:05 +02:00 |
test_skipping.py
|
terminal: fix line offset with skip reports
|
2019-10-29 13:11:02 +01:00 |
test_stepwise.py
|
Fix plurality mismatch for and in pytest terminal summary
|
2019-10-27 15:16:24 +00:00 |
test_terminal.py
|
Merge pull request #6107 from MarcoGorelli/color-percentage-indicator
|
2019-11-06 00:28:45 +01:00 |
test_tmpdir.py
|
Review rm_rf handling of FileNotFoundErrors
|
2019-10-23 08:30:52 -03:00 |
test_unittest.py
|
tests: harden/fix test_trial_error
|
2019-10-19 09:03:26 +02:00 |
test_warning_types.py
|
Make pytest warnings show as from 'pytest' module instead of '_pytest.warning_types'
|
2019-06-15 11:48:34 -03:00 |
test_warnings.py
|
test_group_warnings_by_message: ignore own PytestExperimentalApiWarning
|
2019-11-03 21:14:24 +01:00 |