Python nose.runmodule() Examples
The following are 1
code examples of nose.runmodule().
You can vote up the ones you like or vote down the ones you don't like,
and go to the original project or source file by following the links above each example.
You may also want to check out all available functions/classes of the module
nose
, or try the search function
.
Example #1
Source File: test_environments.py From commcare-cloud with BSD 3-Clause "New" or "Revised" License | 5 votes |
def run(self, args, unknown_args): import nose nose.runmodule('commcare_cloud.manage_commcare_cloud', argv=['manage-commcare-cloud', '-v'])