Skip to main content

Test Driven Data Analysis

Project description

Installation

The simplest way to install all of the TDDA Python modules is using pip:

pip install tdda

But note that it is not particularly easy to run through the examples using a PyPi binary installation like that. The full set of sources, including all examples, will be downloadable from PyPi with:

pip download –no-binary :all: tdda

The sources are also publicly available from Github:

git clone git@github.com:tdda/tdda.git

Documentation is available at http://pythonhosted.org/tdda/

If you clone the Github repo, use

python setup.py install

afterwards to install the command-line tools (tdda and rexpy).

Level 0:

The tdda.referencetest library is used to support the creation of reference tests, based on either unittest or pytest.

These are like other tests except:

  1. They have special support for comparing strings to files and files to files.

  2. That support includes the ability to provide exclusion patterns (for things like dates and versions that might be in the output).

  3. When a string/file assertion fails, it spits out the command you need to diff the output.

  4. If there were exclusion patterns, it also writes modified versions of both the actual and expected output and also prints the diff command needed to compare those.

  5. They have special support for handling CSV files.

  6. It supports flags (-w and -W) to rewrite the reference (expected) results once you have confirmed that the new actuals are correct.

The package includes docstrings, available with:

>>> from tdda import referencetest
>>> help(referencetest)

For more details from a source distribution or checkout, see the README.md file and examples in the referencetest subdirectory.

An older implementation of these ideas is available as a unittest wrapper class, WritableTestCase, in writabletestcase.py. This can be imported directly with from tdda.writabletestcase import WritableTestCase. Examples of using this are currently available in the deprecated subdirectory. This older version will be fully deprecated and removed soon.

Level 1:

The tdda.constraints library is used to ‘discover’ constraints from a (Pandas) DataFrame, write them out as JSON, and to verify that datasets meet the constraints in the constraints file.

For usage details:

>>> from tdda import constraints
>>> help(constraints)

For more details from a source distribution or checkout, see the README.md file and examples in the constraints subdirectory.

Resources

Resources on these topics include:

All examples, tests and code should run under Python2 and Python3.

The tdda repository also includes rexpy, a tool for automatically inferring regular expressions from a single field of data examples.

The package also has doc strings, which you can see with:

>>> from tdda import rexpy
>>> help(rexpy)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tdda-0.4.0.tar.gz (141.4 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

tdda-0.4.0-py3-none-any.whl (184.3 kB view details)

Uploaded Python 3

tdda-0.4.0-py2-none-any.whl (184.3 kB view details)

Uploaded Python 2

File details

Details for the file tdda-0.4.0.tar.gz.

File metadata

  • Download URL: tdda-0.4.0.tar.gz
  • Upload date:
  • Size: 141.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for tdda-0.4.0.tar.gz
Algorithm Hash digest
SHA256 2dfe808037a74cfca7dbb36c56f6eb6d7e94d137e13d72c53673d1da761cd9ee
MD5 f258052ef96ed961208131e1685d1c0a
BLAKE2b-256 8160c54107bb659703c21edab9471286946b1bcf58e588afe8c3ee0dd05837b8

See more details on using hashes here.

File details

Details for the file tdda-0.4.0-py3-none-any.whl.

File metadata

  • Download URL: tdda-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 184.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for tdda-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 dcc64a1c0933f6df1203e5f81527e3e7fef8ac241665978eed86a9314deee43a
MD5 f062bba776ff99927ba706f521d48fb5
BLAKE2b-256 231cf54033b8a596bb79d4c60d5b6bdb1e3231f2da227d68af15bde3601ccb1a

See more details on using hashes here.

File details

Details for the file tdda-0.4.0-py2-none-any.whl.

File metadata

  • Download URL: tdda-0.4.0-py2-none-any.whl
  • Upload date:
  • Size: 184.3 kB
  • Tags: Python 2
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for tdda-0.4.0-py2-none-any.whl
Algorithm Hash digest
SHA256 08f473e992788bae77c0d2b225b027c26506bcf0d5910863b010abe890e6281d
MD5 8b1dc66f15164786d0b9334f98177192
BLAKE2b-256 671068266817b157422d8dab62c3a430aa92ee1110d5ef7dd0777bb806c80f4d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page