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/hashabletype_test.py PySide(Download)
'''Test cases for __hash__''' import unittest from sample import *
src/p/y/PySide-1.1.2/sources/shiboken/tests/samplebinding/handleholder_test.py PySide(Download)
''' import unittest from sample import HandleHolder
src/p/y/PySide-1.1.2/sources/shiboken/tests/samplebinding/filter_test.py PySide(Download)
import unittest from sample import Data, Intersection, Union
src/p/y/PySide-1.1.2/sources/shiboken/tests/samplebinding/event_loop_thread_test.py PySide(Download)
#!/usr/bin/env python import time import threading import unittest
src/p/y/PySide-1.1.2/sources/shiboken/tests/samplebinding/event_loop_call_virtual_test.py PySide(Download)
import time import unittest from random import random
src/p/y/PySide-1.1.2/sources/shiboken/tests/samplebinding/enum_test.py PySide(Download)
import os import sys import unittest import sample
src/p/y/PySide-1.1.2/sources/shiboken/tests/samplebinding/enumfromremovednamespace_test.py PySide(Download)
# 02110-1301 USA import unittest import sample
src/p/y/PySide-1.1.2/sources/shiboken/tests/samplebinding/echo_test.py PySide(Download)
'''Test cases for <add-function> with const char* as argument''' import unittest from sample import Echo
src/p/y/PySide-1.1.2/sources/shiboken/tests/samplebinding/duck_punching_test.py PySide(Download)
import types import unittest from py3kcompat import IS_PY3K
src/p/y/PySide-1.1.2/sources/shiboken/tests/samplebinding/derived_test.py PySide(Download)
import sys import unittest import sample
Previous 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 Next