Home | History | Annotate | Download | only in test

Lines Matching refs:def

33     def CheckAPILevel(self):
37 def CheckThreadSafety(self):
41 def CheckParamStyle(self):
46 def CheckWarning(self):
50 def CheckError(self):
54 def CheckInterfaceError(self):
58 def CheckDatabaseError(self):
62 def CheckDataError(self):
66 def CheckOperationalError(self):
70 def CheckIntegrityError(self):
74 def CheckInternalError(self):
78 def CheckProgrammingError(self):
82 def CheckNotSupportedError(self):
88 def setUp(self):
94 def tearDown(self):
97 def CheckCommit(self):
100 def CheckCommitAfterNoChanges(self):
107 def CheckRollback(self):
110 def CheckRollbackAfterNoChanges(self):
117 def CheckCursor(self):
120 def CheckFailedOpen(self):
128 def CheckClose(self):
131 def CheckExceptions(self):
145 def setUp(self):
151 def tearDown(self):
155 def CheckExecuteNoArgs(self):
158 def CheckExecuteIllegalSql(self):
167 def CheckExecuteTooMuchSql(self):
176 def CheckExecuteTooMuchSql2(self):
179 def CheckExecuteTooMuchSql3(self):
188 def CheckExecuteWrongSqlArg(self):
197 def CheckExecuteArgInt(self):
200 def CheckExecuteArgFloat(self):
203 def CheckExecuteArgString(self):
206 def CheckExecuteArgStringWithZeroByte(self):
213 def CheckExecuteWrongNoOfArgs1(self):
221 def CheckExecuteWrongNoOfArgs2(self):
229 def CheckExecuteWrongNoOfArgs3(self):
237 def CheckExecuteParamList(self):
243 def CheckExecuteParamSequence(self):
245 def __len__(self):
247 def __getitem__(self, x):
256 def CheckExecuteDictMapping(self):
262 def CheckExecuteDictMapping_Mapping(self):
268 def __missing__(self, key):
276 def CheckExecuteDictMappingTooLittleArgs(self):
284 def CheckExecuteDictMappingNoArgs(self):
292 def CheckExecuteDictMappingUnnamed(self):
300 def CheckClose(self):
303 def CheckRowcountExecute(self):
310 def CheckRowcountSelect(self):
319 def CheckRowcountExecutemany(self):
324 def CheckTotalChanges(self):
334 def CheckExecuteManySequence(self):
337 def CheckExecuteManyIterator(self):
339 def __init__(self):
342 def next(self):
351 def CheckExecuteManyGenerator(self):
352 def mygen():
358 def CheckExecuteManyWrongSqlArg(self):
367 def CheckExecuteManySelect(self):
376 def CheckExecuteManyNotIterable(self):
386 def CheckFetchIter(self):
398 def CheckFetchone(self):
405 def CheckFetchoneNoStatement(self):
410 def CheckArraySize(self):
427 def CheckFetchmany(self):
434 def CheckFetchmanyKwArg(self):
440 def CheckFetchall(self):
447 def CheckSetinputsizes(self):
450 def CheckSetoutputsize(self):
453 def CheckSetoutputsizeNoColumn(self):
456 def CheckCursorConnection(self):
460 def CheckWrongCursorCallable(self):
462 def f(): pass
469 def CheckCursorWrongClass(self):
480 def setUp(self):
485 def tearDown(self):
489 def CheckConCursor(self):
490 def run(con, errors):
507 def CheckConCommit(self):
508 def run(con, errors):
525 def CheckConRollback(self):
526 def run(con, errors):
543 def CheckConClose(self):
544 def run(con, errors):
561 def CheckCurImplicitBegin(self):
562 def run(cur, errors):
579 def CheckCurClose(self):
580 def run(cur, errors):
597 def CheckCurExecute(self):
598 def run(cur, errors):
616 def CheckCurIterNext(self):
617 def run(cur, errors):
637 def CheckDate(self):
640 def CheckTime(self):
643 def CheckTimestamp(self):
646 def CheckDateFromTicks(self):
649 def CheckTimeFromTicks(self):
652 def CheckTimestampFromTicks(self):
655 def CheckBinary(self):
659 def CheckScriptStringSql(self):
672 def CheckScriptStringUnicode(self):
686 def CheckScriptSyntaxError(self):
696 def CheckScriptErrorNormal(self):
706 def CheckConnectionExecute(self):
711 def CheckConnectionExecutemany(self):
719 def CheckConnectionExecutescript(self):
726 def setUp(self):
729 def tearDown(self):
732 def CheckClosedConCursor(self):
743 def CheckClosedConCommit(self):
754 def CheckClosedConRollback(self):
765 def CheckClosedCurExecute(self):
777 def CheckClosedCreateFunction(self):
780 def f(x): return 17
789 def CheckClosedCreateAggregate(self):
793 def __init__(self):
795 def step(self, x):
797 def finalize(self):
807 def CheckClosedSetAuthorizer(self):
810 def authorizer(*args):
820 def CheckClosedSetProgressCallback(self):
823 def progress(): pass
832 def CheckClosedCall(self):
844 def setUp(self):
847 def tearDown(self):
850 def CheckClosed(self):
873 def suite():
884 def test():