SeattleTestbed / utf

Unit Test Framework for SeattleTestbed
MIT License
1 stars 9 forks source link

utf should print an error for an empty module name... #35

Closed choksi81 closed 10 years ago

choksi81 commented 10 years ago

The following output is confusing. It should simply say there is no such module if no tests exist.

justinc@nara:~/test2> python utf.py -m jkasdfjkasjkdf
Testing module: jkasdfjkasjkdf
justinc@nara:~/test2> 
choksi81 commented 10 years ago

Author: justinc Fixed in r5633.