Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 364 Bytes

File metadata and controls

11 lines (8 loc) · 364 Bytes

Development

Quantities development uses the principles of test-driven development. New features or bug fixes need to be accompanied by unit tests based on Python's unittest package. Unit tests can be run with the following:

python setup.py test

This works with the version of unittest provided by the python-2.7 and python-3.2+ standard library.