Metadata-Version: 2.0
Name: quicktest
Version: 0.1.3
Summary: Easily test pure functions.
Home-page: https://github.com/mlevesquedion/quicktest
Author: Michaël Lévesque-Dion
Author-email: mlevesquedion@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Dist: clirainbow

# quicktest

A nano-framework for quickly unit testing pure functions.

Useful as a helper for solving https://www.dailycodingproblem.com/ challenges and the like.

