• Facebook
  • Twitter
  • Reddit
  • StumbleUpon
  • Digg
  • email

All Samples(35635)  |  Call(0)  |  Derive(0)  |  Import(35635)
Python unit testing framework, based on Erich Gamma's JUnit and Kent Beck's
Smalltalk testing framework.

This module contains the core framework classes that form the basis of
specific test cases and suites (TestCase, TestSuite etc.), and also a
text-based utility class for running the tests and reporting the results
 (TextTestRunner).

Simple usage:
(more...)

src/p/y/PySide-1.1.2/sources/shiboken/tests/samplebinding/child_return_test.py   PySide(Download)
 
import sys
import unittest
 
from sample import *

src/p/y/PySide-1.1.2/sources/shiboken/tests/samplebinding/bytearray_test.py   PySide(Download)
# 02110-1301 USA
 
import unittest
from os.path import isdir
from sample import ByteArray

src/p/y/PySide-1.1.2/sources/shiboken/tests/samplebinding/bug_704_test.py   PySide(Download)
# 02110-1301 USA
 
import unittest
from py3kcompat import IS_PY3K
 

src/p/y/PySide-1.1.2/sources/shiboken/tests/samplebinding/argumentmodifications_test.py   PySide(Download)
 
import sys
import unittest
 
from sample import Modifications, Point

src/p/y/PySide-1.1.2/sources/shiboken/tests/samplebinding/addedfunction_test.py   PySide(Download)
'''Test cases for added functions.'''
 
import unittest
from sample import SampleNamespace, ObjectType, Point
 

src/p/y/PySide-1.1.2/sources/shiboken/tests/samplebinding/abstract_test.py   PySide(Download)
 
import sys
import unittest
 
from sample import Abstract

src/s/e/secret-squirrel-lib-HEAD/packages/nose/functional_tests/support/package1/tests/test_example_function.py   secret-squirrel-lib(Download)
import example
import unittest
 
class TestExampleFunction_TestCase(unittest.TestCase):
    def test_times_two(self):

src/s/a/sage-HEAD/trunk/local/lib/python2.4/site-packages/zope/testing/testrunner-ex/sample2/sampletests/test_1.py   sage(Download)
##############################################################################
 
import unittest
from zope.testing import doctest
 

src/s/a/sage-HEAD/trunk/local/lib/python2.4/site-packages/zope/testing/testrunner-ex/sample2/sampletests/testone.py   sage(Download)
##############################################################################
 
import unittest
from zope.testing import doctest
 

src/s/a/sage-HEAD/trunk/local/lib/python2.4/site-packages/zope/testing/testrunner-ex/sample2/sample23/sampletests_i.py   sage(Download)
##############################################################################
 
import unittest
from zope.testing import doctest
 

Previous  8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16  Next