- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-doctestplus?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2019-02-14 12:34:19 +00:00
committed by Git OBS Bridge
parent e32d3fa8f8
commit deb5ea48c7
5 changed files with 50 additions and 14 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Feb 14 12:22:53 UTC 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 20:03:23 UTC 2018 - toddrme2178@gmail.com