You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
226 B
Python

import subprocess as sub
print('Please wait, this may take a while')
#sub.check_call('nosetests --with-coverage --cover-package=wafo', stderr=sub.STDOUT)
sub.check_call('nosetests', stderr=sub.STDOUT)
print('Finished')