python-romkan icon indicating copy to clipboard operation
python-romkan copied to clipboard

Using ddt to improve test maintainability

Open blagarde opened this issue 11 years ago • 0 comments

Moved test cases to tab-separated CSV files with the following format:

input<tab>expected_output

This should make it easier to add new test cases.

Running the tests is done with:

python setup.py test

blagarde avatar Jan 11 '14 03:01 blagarde