Created new unittest model.
Separete unittest for module.
Only run unittest for compiled modules.
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>,
Luciano Wolf <luciano.wolf@openbossa.org>
This commit is contained in:
parent
471486732b
commit
ab918abc1e
211 changed files with 241 additions and 79 deletions
32
tests/signals/CMakeLists.txt
Normal file
32
tests/signals/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
PYSIDE_TEST(args_dont_match_test.py)
|
||||
PYSIDE_TEST(decorators_test.py)
|
||||
PYSIDE_TEST(invalid_callback_test.py)
|
||||
PYSIDE_TEST(lambda_gui_test.py)
|
||||
PYSIDE_TEST(lambda_test.py)
|
||||
PYSIDE_TEST(multiple_connections_gui_test.py)
|
||||
PYSIDE_TEST(multiple_connections_test.py)
|
||||
PYSIDE_TEST(pysignal_test.py)
|
||||
PYSIDE_TEST(qobject_destroyed_test.py)
|
||||
PYSIDE_TEST(qobject_receivers_test.py)
|
||||
PYSIDE_TEST(qobject_sender_test.py)
|
||||
PYSIDE_TEST(ref01_test.py)
|
||||
PYSIDE_TEST(ref02_test.py)
|
||||
PYSIDE_TEST(ref03_test.py)
|
||||
PYSIDE_TEST(ref04_test.py)
|
||||
PYSIDE_TEST(ref05_test.py)
|
||||
PYSIDE_TEST(ref06_test.py)
|
||||
PYSIDE_TEST(segfault_proxyparent_test.py)
|
||||
PYSIDE_TEST(self_connect_test.py)
|
||||
PYSIDE_TEST(short_circuit_test.py)
|
||||
PYSIDE_TEST(signal2signal_connect_test.py)
|
||||
PYSIDE_TEST(signal_autoconnect_test.py)
|
||||
PYSIDE_TEST(signal_connectiontype_support.py)
|
||||
PYSIDE_TEST(signal_emission_gui_test.py)
|
||||
PYSIDE_TEST(signal_emission_test.py)
|
||||
PYSIDE_TEST(signal_func_test.py)
|
||||
PYSIDE_TEST(signal_manager_refcount_test.py)
|
||||
PYSIDE_TEST(signal_object_test.py)
|
||||
PYSIDE_TEST(signal_with_primitive_type_test.py)
|
||||
PYSIDE_TEST(slot_reference_count_test.py)
|
||||
PYSIDE_TEST(static_metaobject_test.py)
|
||||
PYSIDE_TEST(upstream_segfault_test.py)
|
||||
1
tests/signals/args_dont_match_test.py
Normal file → Executable file
1
tests/signals/args_dont_match_test.py
Normal file → Executable file
|
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
import unittest
|
||||
from PySide.QtCore import *
|
||||
|
|
|
|||
0
tests/signals/decorators_test.py
Normal file → Executable file
0
tests/signals/decorators_test.py
Normal file → Executable file
0
tests/signals/invalid_callback_test.py
Normal file → Executable file
0
tests/signals/invalid_callback_test.py
Normal file → Executable file
0
tests/signals/lambda_gui_test.py
Normal file → Executable file
0
tests/signals/lambda_gui_test.py
Normal file → Executable file
0
tests/signals/lambda_test.py
Normal file → Executable file
0
tests/signals/lambda_test.py
Normal file → Executable file
0
tests/signals/multiple_connections_gui_test.py
Normal file → Executable file
0
tests/signals/multiple_connections_gui_test.py
Normal file → Executable file
0
tests/signals/multiple_connections_test.py
Normal file → Executable file
0
tests/signals/multiple_connections_test.py
Normal file → Executable file
0
tests/signals/pysignal_test.py
Normal file → Executable file
0
tests/signals/pysignal_test.py
Normal file → Executable file
0
tests/signals/qobject_destroyed_test.py
Normal file → Executable file
0
tests/signals/qobject_destroyed_test.py
Normal file → Executable file
0
tests/signals/qobject_receivers_test.py
Normal file → Executable file
0
tests/signals/qobject_receivers_test.py
Normal file → Executable file
0
tests/signals/segfault_proxyparent_test.py
Normal file → Executable file
0
tests/signals/segfault_proxyparent_test.py
Normal file → Executable file
0
tests/signals/self_connect_test.py
Normal file → Executable file
0
tests/signals/self_connect_test.py
Normal file → Executable file
0
tests/signals/short_circuit_test.py
Normal file → Executable file
0
tests/signals/short_circuit_test.py
Normal file → Executable file
0
tests/signals/signal2signal_connect_test.py
Normal file → Executable file
0
tests/signals/signal2signal_connect_test.py
Normal file → Executable file
0
tests/signals/signal_autoconnect_test.py
Normal file → Executable file
0
tests/signals/signal_autoconnect_test.py
Normal file → Executable file
0
tests/signals/signal_connectiontype_support.py
Normal file → Executable file
0
tests/signals/signal_connectiontype_support.py
Normal file → Executable file
0
tests/signals/signal_emission_gui_test.py
Normal file → Executable file
0
tests/signals/signal_emission_gui_test.py
Normal file → Executable file
0
tests/signals/signal_emission_test.py
Normal file → Executable file
0
tests/signals/signal_emission_test.py
Normal file → Executable file
0
tests/signals/signal_func_test.py
Normal file → Executable file
0
tests/signals/signal_func_test.py
Normal file → Executable file
0
tests/signals/signal_manager_refcount_test.py
Normal file → Executable file
0
tests/signals/signal_manager_refcount_test.py
Normal file → Executable file
0
tests/signals/signal_object_test.py
Normal file → Executable file
0
tests/signals/signal_object_test.py
Normal file → Executable file
0
tests/signals/signal_with_primitive_type_test.py
Normal file → Executable file
0
tests/signals/signal_with_primitive_type_test.py
Normal file → Executable file
0
tests/signals/slot_reference_count_test.py
Normal file → Executable file
0
tests/signals/slot_reference_count_test.py
Normal file → Executable file
0
tests/signals/static_metaobject_test.py
Normal file → Executable file
0
tests/signals/static_metaobject_test.py
Normal file → Executable file
0
tests/signals/upstream_segfault_test.py
Normal file → Executable file
0
tests/signals/upstream_segfault_test.py
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue