Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #112261

ANN: datatest 0.7.0 (Test driven data wrangling)

From Shawn Brown <03sjbrown@gmail.com>
Newsgroups comp.lang.python
Subject ANN: datatest 0.7.0 (Test driven data wrangling)
Date 2016-08-02 21:26 -0400
Message-ID <mailman.131.1470189392.6033.python-list@python.org> (permalink)
References <CA+a2dP-ttN+1wB5R-gBh7xtN_STGsxX-e2engj=b_EejTjFKOA@mail.gmail.com>

Show all headers | View raw


datatest 0.7.0 (Test driven data wrangling)
===========================================

Datatest extends the standard library's unittest package to
provide testing tools for asserting data correctness.

 * Docs: http://datatest.readthedocs.io/
 * PyPI: https://pypi.python.org/pypi/datatest/

This release includes:

 * Removes internal magic and renames data assertions to more
   clearly indicate their intended use.
 * Restructures data allowances to provide more consistent
   parameters and more flexible usage.
 * Adds new method to assert unique values.
 * Adds full **fmtparams support for CSV handling.
 * Fixes comparison and allowance behavior for None vs. zero.

Update installs with:

  pip install -U datatest

Backward Compatibility: Existing code that relies on the 0.6.0 (dev1) API
is supported with the following addition to the beginning of each script:

    from datatest.__past__ import api_dev1

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

ANN: datatest 0.7.0 (Test driven data wrangling) Shawn Brown <03sjbrown@gmail.com> - 2016-08-02 21:26 -0400

csiph-web