• 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/overload_sorting_test.py   PySide(Download)
'''Test cases for overload sorting'''
 
import unittest
 
from sample import *

src/p/y/PySide-1.1.2/sources/shiboken/tests/samplebinding/overloadwithdefault_test.py   PySide(Download)
# 02110-1301 USA
 
import unittest
 
from sample import Overload, Str

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

src/p/y/PySide-1.1.2/sources/shiboken/tests/samplebinding/onlycopyclass_test.py   PySide(Download)
# 02110-1301 USA
 
import unittest
from sample import OnlyCopy, FriendOfOnlyCopy
 

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

src/p/y/PySide-1.1.2/sources/shiboken/tests/samplebinding/oddbool_test.py   PySide(Download)
'''Test cases for OddBool user's primitive type conversion.'''
 
import unittest
 
from sample import OddBoolUser

src/p/y/PySide-1.1.2/sources/shiboken/tests/samplebinding/objecttype_with_named_args_test.py   PySide(Download)
# 02110-1301 USA
 
import unittest
 
from sample import ObjectType

src/p/y/PySide-1.1.2/sources/shiboken/tests/samplebinding/objecttype_test.py   PySide(Download)
'''Tests ObjectType class of object-type with privates copy constructor and = operator.'''
 
import unittest
import sys
 

src/p/y/PySide-1.1.2/sources/shiboken/tests/samplebinding/objecttypereferenceasvirtualmethodargument_test.py   PySide(Download)
# 02110-1301 USA
 
import unittest
from sample import ObjectTypeHolder
 

src/p/y/PySide-1.1.2/sources/shiboken/tests/samplebinding/objecttypeoperators_test.py   PySide(Download)
# 02110-1301 USA
 
import unittest
from sample import *
 

Previous  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10  Next