Skip to content

Instantly share code, notes, and snippets.

@nicoddemus
Created July 26, 2017 18:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicoddemus/fb844dade0c4b14a1fd49b5cdb00d6ce to your computer and use it in GitHub Desktop.
Save nicoddemus/fb844dade0c4b14a1fd49b5cdb00d6ce to your computer and use it in GitHub Desktop.

Pytest 3.1.4.dev106+g10ded399 (2017-07-26)

Bug Fixes

Improved Documentation

  • Clarify pytest_configure hook call order. (#2539)
  • Extend documentation for testing plugin code with the pytester plugin. (#971)

Trivial/Internal Changes

  • Update help message for --strict to make it clear it only deals with unregistered markers, not warnings. (#2444 <https://github.com/pytest- dev/pytest/issues/2444>)
  • Renamed the utility function _pytest.compat._escape_strings to _ascii_escaped to better communicate the function's purpose. (#2533)
  • Improve error message for CollectError with skip/skipif. (#2546)
  • Emit warning about yield tests being deprecated only once per generator. (#2562)
  • Ensure final collected line doesn't include artifacts of previous write. (#2571)
  • Fixed all flake8 errors and warnings. (#2581 <https://github.com/pytest- dev/pytest/issues/2581>)
  • Added fix-lint tox environment to run automatic pep8 fixes on the code. (#2582)
  • Show multiple issue links in CHANGELOG entries. (#2620)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment