Ex-Mente / auxi.0

GNU Lesser General Public License v3.0
8 stars 8 forks source link

Add testing framework #175

Open christoffkok opened 7 years ago

christoffkok commented 7 years ago

If someone wants to add tests for a new module in auxi, then the person will have to add a reference to the tests to tests.py. A testing framework like nose or py.tests takes care of this automatically.

py.tests is the newer option and currently gaining the most moment?