nose-devs / nose

nose is nicer testing for python
http://readthedocs.org/docs/nose/en/latest/
1.36k stars 396 forks source link

Fix runmodule function to return the test result. #1014

Open takagi opened 8 years ago

takagi commented 8 years ago

This PR changes runmodule function to return the result value.

Currently, runmodule function returns None. This would have the following problems:

To solve these problems, this PR changes runmodule 's return value.