Skip to main content

Python library for unit tests.

Project description

Python library for unit tests. Changelog =========

0.0.1 (2019-08-19)

  • Initial release

0.0.2 (2019-08-19)

  • RegressionSerialiser.compare now returns a message saying why the comparison failed, or None if the comparison passed, for better failure messages.

0.0.3 (2019-08-19)

  • Changed the meta-class for all test classes so that it prevents unittest from trying to instantiate abstract test-classes. This way standard base-line tests can be written as a base-class and all tests in the base class will be run in the sub-class tests, but the base-class itself won’t try to run (and fail).

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

wai.test-0.0.3.tar.gz (11.8 kB view hashes)

Uploaded Source

Supported by

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