timedata-org / old-timedata

Time arts data - high-performance color processing in C++ and Python.
7 stars 3 forks source link

Run tests from setup.py. #71

Closed rec closed 8 years ago

rec commented 8 years ago

The test target attempted to build some weird binary so I disabled it. It clearly wasn't doing the right thing.

Right now you have to do things on the command line to run the tests... on my machine

cd src/py && PYTHON_PATH=/development/timedata python -m unittest discover -p \*_test.py

I can make this work again in setup.py, at least on *nix :-)