-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathcheckin.py
More file actions
17 lines (17 loc) · 1.16 KB
/
checkin.py
File metadata and controls
17 lines (17 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
from springpythontest.aopTestCases import *
from springpythontest.contextTestCases import *
from springpythontest.databaseCoreTestCases import ConnectionFactoryTestCase
from springpythontest.databaseCoreTestCases import SqliteDatabaseTemplateTestCase
from springpythontest.databaseCoreTestCases import DatabaseTemplateMockTestCase
from springpythontest.databaseTransactionTestCases import SqliteTransactionTestCase
from springpythontest.securityEncodingTestCases import *
from springpythontest.securityProviderTestCases import InMemoryDaoAuthenticationProviderTestCase
from springpythontest.securityProviderTestCases import DaoAuthenticationProviderHidingUserNotFoundExceptionsTestCase
from springpythontest.securityProviderTestCases import DaoAuthenticationProviderNotHidingUserNotFoundExceptionsTestCase
from springpythontest.securityUserDetailsTestCases import *
from springpythontest.securityVoteTestCases import *
from springpythontest.securityWebTestCases import *
from springpythontest.util_test_cases import *
from springpythontest.unicodeTestCases import *
#from springpythontest.remoting_xmlrpc import *
#from springpythontest.remotingTestCases import Pyro4RemotingTestCase