-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathint.py
More file actions
16 lines (15 loc) · 1.01 KB
/
int.py
File metadata and controls
16 lines (15 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
from springpythontest.aopTestCases import *
from springpythontest.contextTestCases import *
from springpythontest.databaseCoreTestCases import ConnectionFactoryTestCase
from springpythontest.databaseCoreTestCases import MySQLDatabaseTemplateTestCase
from springpythontest.databaseCoreTestCases import PostGreSQLDatabaseTemplateTestCase
from springpythontest.databaseCoreTestCases import SqliteDatabaseTemplateTestCase
from springpythontest.databaseCoreTestCases import DatabaseTemplateMockTestCase
from springpythontest.databaseTransactionTestCases import MySQLTransactionTestCase
from springpythontest.databaseTransactionTestCases import PostGreSQLTransactionTestCase
from springpythontest.databaseTransactionTestCases import SqliteTransactionTestCase
from springpythontest.securityEncodingTestCases import *
from springpythontest.securityProviderTestCases import *
from springpythontest.securityUserDetailsTestCases import *
from springpythontest.securityVoteTestCases import *
from springpythontest.securityWebTestCases import *