stefankoegl / kdtree

A Python implementation of a kd-tree
ISC License
365 stars 118 forks source link

Removes old test and coverage runners. #35

Closed jfinkels closed 7 years ago

jfinkels commented 7 years ago

These commands can be run from the command-line instead:

python -m unittest

or

coverage run --source=kdtree -m unittest
stefankoegl commented 7 years ago

Merged - thanks a lot!