Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Have you tried to use the <code>unittest</code> module to run all your tests?</p> <pre class="lang-none prettyprint-override"><code>% python -m unittest -h Usage: python -m unittest [options] [tests] Options: -h, --help Show this message -v, --verbose Verbose output -q, --quiet Minimal output -f, --failfast Stop on first failure -c, --catch Catch control-C and display results -b, --buffer Buffer stdout and stderr during test runs Examples: python -m unittest test_module - run tests from test_module python -m unittest module.TestClass - run tests from module.TestClass python -m unittest module.Class.test_method - run specified test method [tests] can be a list of any number of test modules, classes and test methods. Alternative Usage: python -m unittest discover [options] Options: -v, --verbose Verbose output -f, --failfast Stop on first failure -c, --catch Catch control-C and display results -b, --buffer Buffer stdout and stderr during test runs -s directory Directory to start discovery ('.' default) -p pattern Pattern to match test files ('test*.py' default) -t directory Top level directory of project (default to start directory) For test discovery all test modules must be importable from the top level directory of the project. </code></pre> <h3>Documentation:</h3> <ul> <li><a href="http://docs.python.org/py3k/library/unittest.html#command-line-interface" rel="nofollow">http://docs.python.org/py3k/library/unittest.html#command-line-interface</a></li> <li><a href="http://docs.python.org/py3k/library/unittest.html#test-discovery" rel="nofollow">http://docs.python.org/py3k/library/unittest.html#test-discovery</a></li> <li><a href="http://docs.python.org/py3k/library/unittest.html#unittest.TextTestRunner" rel="nofollow">http://docs.python.org/py3k/library/unittest.html#unittest.TextTestRunner</a></li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload