shawnbrown / datatest

Tools for test driven data-wrangling and data validation.
Other
294 stars 13 forks source link

Using get_closest_marker instead of get_marker #43

Closed avshalomt2 closed 5 years ago

avshalomt2 commented 5 years ago

Solves the issue I opened here: https://github.com/shawnbrown/datatest/issues/42

avshalomt2 commented 5 years ago

You might consider writing a test that raises an exception with pytest>=3.6

shawnbrown commented 5 years ago

You might consider writing a test that raises an exception with pytest>=3.6

Absolutely. One thing I plan to do is more-closely integrate the testing of the pytest plugin with datatest as a whole--currently the plugin tests are handled in a separate development-only repository (https://github.com/shawnbrown/pytest-datatest).

avshalomt2 commented 5 years ago

Wow, you were quick :) Do you plan to deploy a stable build to pip in the near future?

shawnbrown commented 5 years ago

I will look at pushing a patch to fix #42 later today as 0.9.3.

And in February, I will be releasing 0.9.4 with some additional features:​

shawnbrown commented 5 years ago

OK. The patch release has been pushed to PyPI (https://pypi.org/project/datatest/#history).

You should be able to upgrade from PyPI with:

pip install -U datatest

2019-01-29 (0.9.3)