search results

  1. It looks in each test module for only a single thing: a test_suite() function ... The py.test and nose ... inside of a unittest.TestCase subclass to be “inside ...
    www.ibm.com/developerworks/.../au-​pythontesting3/index.html - Cached
  2. Each test must be a unittest.TestCase (or subclass) ... The test passed here is a nose.case.Test instance; ... Return true to collect this function as a test, ...
    nose.readthedocs.org/en/latest/plugins/​interface.html - Cached
  3. Standard Python unittest.py provides on obvious method for running a single test_foo ... >>> test_suite = unittest ... function does not reset the test ...
    pypi.python.org/pypi/testscenarios/0.4 - Cached
  4. I looked at subclassing unittest.TestCase and somehow providing the specific function to test as ... function, add a subclass ... by both the nose and the unittest.
    stackoverflow.com/q uestions/347109 - Cached
  5. If the import fails it replaces the test run with a single test ... It might be dirty to put all th e unittest.TestCase subclass ... My use case is running the test ...
    stackoverflow.com/.../how-do-​i...unittest-module-at-run-time - Cached
  6. It allows developers to create multiple test cases from a single test ... So let’s say you want to test a function you ... nose, python, test, unittest.
    technomilk.wordpress.com/...python-unit-​test-cases...of-data - Cached
  7. The basic way of running test discovery is from the command ... which is a subclass of the standard unittest ... time function is set ...
    www.voidspace.org.uk/.../introduction-​to-unittest.shtml - Cached
  8. ... breaks certain features of Nose and unittest (such as test ... which require a user into a single function, ... is a subclass the test will ...
    pythonhosted.org/proboscis - Cached
  9. ... code>check_password</code> function. ... setup/test code. I am running Python 2.7.3 on Ubuntu 12.04 ... how-prevent-nose-unittest-using-docstring-when ...
    www.saltycrane.com/feeds/latest
  10. much of a a difference in using unittest, nose or py.test ... for the lifetime of a single test case, ... do it for the std-unittest- running part of py.test ...
    www.gossame r-threads.com/lists/python/​dev/806419 - Cached