Closed s-t-e-v-e-n-k closed 4 years ago
With the firm deprecation of python setup.py test, a lot of packages are moving to calling python -m unittest for their testsuite, to avoid a lot of duplicated and slightly different code, add two macros for ease of calling.
Shouldn't we also pass -v by default or is it the out-of-the-box behaviour?
Yes, this looks good. Thank you.
With the firm deprecation of python setup.py test, a lot of packages are moving to calling python -m unittest for their testsuite, to avoid a lot of duplicated and slightly different code, add two macros for ease of calling.