• 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/deprecated_test.py   PySide(Download)
 
import warnings
import unittest
 
from sample import ObjectType

src/p/y/PySide-1.1.2/sources/shiboken/tests/samplebinding/decisor_test.py   PySide(Download)
'''Test cases for the method overload decisor.'''
 
import unittest
 
from sample import SampleNamespace, Point, ObjectType, ObjectModel

src/p/y/PySide-1.1.2/sources/shiboken/tests/samplebinding/date_test.py   PySide(Download)
 
import sys
import unittest
from datetime import date
 

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

src/p/y/PySide-1.1.2/sources/shiboken/tests/samplebinding/ctorconvrule_test.py   PySide(Download)
'''Test cases for proper generation of constructor altered by conversion-rule tag.'''
 
import unittest
 
from sample import CtorConvRule

src/p/y/PySide-1.1.2/sources/shiboken/tests/samplebinding/copy_test.py   PySide(Download)
 
import copy
import unittest
 
try:

src/p/y/PySide-1.1.2/sources/shiboken/tests/samplebinding/conversion_operator_test.py   PySide(Download)
'''Test cases for implicit conversion generated by conversion operator.'''
 
import unittest
 
from sample import Time, StrList

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

src/p/y/PySide-1.1.2/sources/shiboken/tests/samplebinding/collector_test.py   PySide(Download)
 
import sys
import unittest
 
from sample import Collector, IntWrapper, ObjectType

src/p/y/PySide-1.1.2/sources/shiboken/tests/samplebinding/class_fields_test.py   PySide(Download)
 
from sys import getrefcount
import unittest
 
from sample import Derived, Point, ObjectType

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