Skip to content

Release 4.2.0#4696

Merged
nicoddemus merged 45 commits into
pytest-dev:masterfrom
nicoddemus:release-4.2.0
Jan 30, 2019
Merged

Release 4.2.0#4696
nicoddemus merged 45 commits into
pytest-dev:masterfrom
nicoddemus:release-4.2.0

Conversation

@nicoddemus

Copy link
Copy Markdown
Member

No description provided.

nicoddemus and others added 30 commits January 10, 2019 12:10
- I wrote a thing: https://github.com/asottile/dead
- wanted to try it out, there's lots of false positives and I didn't look
  through all the things it pointed out but here's some
* Remove non-standard testcase elements: 'file' and 'line'
* Replace testcase element 'skips' with 'skipped'
* Time resolution uses the standard format: 0.000
* Tests use corrected XML output with proper attributes
* "legacy" is no longer a copy of "xunit1"
* Attempts to use "legacy" will redirect to "xunit1"
* record_xml_attribute is not compatible outside of legacy family
* Replace call to method/override raw() with to_xml()
Regarding tests: it merges ``test_pdb_interaction``,
``test_pdb_print_captured_stdout``, and
``test_pdb_print_captured_stderr`` into
``test_pdb_print_captured_stdout_and_stderr`` (clarity and performance,
especially since pexpect tests are slow).
…ixtures-3094

Use fixtures to invoke xunit-style fixtures
Toggle JUnit behavior with INI option
nicoddemus and others added 15 commits January 28, 2019 21:45
The docs stated that this hook got the 'config' parameter in 3.5, but the docs
wre probably changed by mistake.
…ppath-is-tmpdir

Fix 4680 - `tmp_path` and `tmpdir` now share the same temporary directory
pdb: improve quitting from debugger
…mmary-hook

Add config to pytest_terminal_summary hook
…summary

Show deprecation message when running under Python 2.7 and 3.4

@asottile asottile left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nicoddemus nicoddemus merged commit 7dcd9bf into pytest-dev:master Jan 30, 2019
@nicoddemus nicoddemus deleted the release-4.2.0 branch January 30, 2019 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants