Skip to content

Releases: Erotemic/xdoctest

Version 1.0.0

25 Mar 19:20
9d18423
Compare
Choose a tag to compare

There is nothing too special functionality-wise about this 1.0 release, except that xdoctest has been in a 1.0 state for a long time. It is now widely used, and it deserves to be marked as the mature and stable library that it is.

Added

  • Support for Python 3.10

Fixed

  • Warning in pytest8 (thanks @amolenaar)
  • Spelling errors in documentation

Version 0.15.10

06 Oct 11:56
b959028
Compare
Choose a tag to compare

Version 0.15.10 - Released 2021-10-06

Changed

  • The xdoctest "analysis" option now defaults to "auto" everywhere.

Fixed

  • Fix issue #112 --analysis=dynamic argument is now respected

Version 0.15.9

24 Sep 04:32
5aa4fc5
Compare
Choose a tag to compare

Changed

  • Added GitHub actions to the CI
  • Disabled workaround 16806 in Python 3.8+
  • New CI GPG Keys: Erotemic-CI: 70858F4D01314BF21427676F3D568E6559A34380 for
    reference the old signing key was 98007794ED130347559354B1109AC852D297D757.

Fixed

  • Fixed minor test failures
  • Fixed #106 - an issue to do with compiling multiline statements in single mode.
  • Fixed #108 - an issue to do with compiling semicolon token in eval mode.

0.15.8

02 Sep 22:36
8de07a2
Compare
Choose a tag to compare

Version 0.15.8 - Released 2021-09-02

Changed

  • Removed the distracting and very long internal traceback that occurred in
    pytest when a module errors while it is being imported before the doctest is
    run.
  • Pytest now defaults to --xdoctest-verbose=2 by default (note this does
    nothing unless -s is also given so pytest does not supress output)

0.15.17

02 Sep 21:15
1af724f
Compare
Choose a tag to compare

Yanked - contained debug print statements

0.15.6

08 Aug 20:37
e8a3cfa
Compare
Choose a tag to compare

Changed

  • Directive syntax errors are now handled as doctest runtime errors and return better debugging information.
  • README and docs were improved

Version 0.15.5

28 Jun 14:00
ddaad20
Compare
Choose a tag to compare

Version 0.15.5 - Released 2021-06-27

Changed

  • Better message when a pytest skip or exit-test-exception occurs

Fixed

  • Suppressed warning about using internal FixtureRequest