tespy
tespy copied to clipboard
Add a global tespy test function
Ciao @fwitte,
I was thinking, that it might be nice to have a native tespy function that could call all (or some) unit tests for tespy, similar to what exists for numpy
import numpy
numpy.test(label='fast')
see here