Metadata-Version: 2.1
Name: wai_test
Version: 0.0.4
Summary: Python library for unit tests.
Home-page: https://github.com/waikato-datamining/wai-test
Author: Corey Sterling
Author-email: coreytsterling@gmail.com
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Programming Language :: Python :: 3
License-File: LICENSE

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

0.0.4 (2025-04-14)
------------------

- project name uses underscores now
- removed deprecated `namespace_packages` parameter


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).


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.1 (2019-08-19)
-------------------

- Initial release
