Package Release Info

python-pytest-doctestplus-test-0.3.0-bp153.1.76

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

Change Logs

Version: 0.3.0-bp151.1.3
* Fri Mar 08 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 0.3.0:
  * Honor the collect_ignore option used in conftest.py. [#36]
  * Make use of doctest_optionflags settings. [#39]
  * Make it possible to set FLOAT_CMP globally in setup.cfg. [#40]
  * Drop support for pytest versions earlier than 3.0. [#46]
  * Extend doctest-skip, doctest-skip-all, and doctest-requires directives to work in TeX files. [#43]
* Thu Feb 14 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 0.2.0:
  * Add doctest-plus-atol and doctest-plus-rtol options for setting the numerical tolerance. [#21]
  * Update behavior of --doctest-modules option when plugin is installed. [#26]
- Switch to github tarball to obtain tests
- Enable tests using _multibuild
* Tue Aug 14 2018 toddrme2178@gmail.com
- Initial version