| 1 | hotbox:~/src/Python-2.5.2$ python Lib/test/test_sqlite.py >> ~/test_sqlite.txt |
|---|
| 2 | |
|---|
| 3 | CheckAPILevel (sqlite3.test.dbapi.ModuleTests) ... ok |
|---|
| 4 | CheckDataError (sqlite3.test.dbapi.ModuleTests) ... ok |
|---|
| 5 | CheckDatabaseError (sqlite3.test.dbapi.ModuleTests) ... ok |
|---|
| 6 | CheckError (sqlite3.test.dbapi.ModuleTests) ... ok |
|---|
| 7 | CheckIntegrityError (sqlite3.test.dbapi.ModuleTests) ... ok |
|---|
| 8 | CheckInterfaceError (sqlite3.test.dbapi.ModuleTests) ... ok |
|---|
| 9 | CheckInternalError (sqlite3.test.dbapi.ModuleTests) ... ok |
|---|
| 10 | CheckNotSupportedError (sqlite3.test.dbapi.ModuleTests) ... ok |
|---|
| 11 | CheckOperationalError (sqlite3.test.dbapi.ModuleTests) ... ok |
|---|
| 12 | CheckParamStyle (sqlite3.test.dbapi.ModuleTests) ... ok |
|---|
| 13 | CheckProgrammingError (sqlite3.test.dbapi.ModuleTests) ... ok |
|---|
| 14 | CheckThreadSafety (sqlite3.test.dbapi.ModuleTests) ... ok |
|---|
| 15 | CheckWarning (sqlite3.test.dbapi.ModuleTests) ... ok |
|---|
| 16 | CheckClose (sqlite3.test.dbapi.ConnectionTests) ... ok |
|---|
| 17 | CheckCommit (sqlite3.test.dbapi.ConnectionTests) ... ok |
|---|
| 18 | CheckCommitAfterNoChanges (sqlite3.test.dbapi.ConnectionTests) ... ok |
|---|
| 19 | CheckCursor (sqlite3.test.dbapi.ConnectionTests) ... ok |
|---|
| 20 | CheckExceptions (sqlite3.test.dbapi.ConnectionTests) ... ok |
|---|
| 21 | CheckFailedOpen (sqlite3.test.dbapi.ConnectionTests) ... ok |
|---|
| 22 | CheckRollback (sqlite3.test.dbapi.ConnectionTests) ... ok |
|---|
| 23 | CheckRollbackAfterNoChanges (sqlite3.test.dbapi.ConnectionTests) ... ok |
|---|
| 24 | CheckArraySize (sqlite3.test.dbapi.CursorTests) ... ok |
|---|
| 25 | CheckClose (sqlite3.test.dbapi.CursorTests) ... ok |
|---|
| 26 | CheckCursorConnection (sqlite3.test.dbapi.CursorTests) ... ok |
|---|
| 27 | CheckCursorWrongClass (sqlite3.test.dbapi.CursorTests) ... ok |
|---|
| 28 | CheckExecuteArgFloat (sqlite3.test.dbapi.CursorTests) ... ok |
|---|
| 29 | CheckExecuteArgInt (sqlite3.test.dbapi.CursorTests) ... ok |
|---|
| 30 | CheckExecuteArgString (sqlite3.test.dbapi.CursorTests) ... ok |
|---|
| 31 | CheckExecuteDictMapping (sqlite3.test.dbapi.CursorTests) ... ok |
|---|
| 32 | CheckExecuteDictMappingNoArgs (sqlite3.test.dbapi.CursorTests) ... ok |
|---|
| 33 | CheckExecuteDictMappingTooLittleArgs (sqlite3.test.dbapi.CursorTests) ... ok |
|---|
| 34 | CheckExecuteDictMappingUnnamed (sqlite3.test.dbapi.CursorTests) ... ok |
|---|
| 35 | CheckExecuteIllegalSql (sqlite3.test.dbapi.CursorTests) ... ok |
|---|
| 36 | CheckExecuteManyGenerator (sqlite3.test.dbapi.CursorTests) ... ok |
|---|
| 37 | CheckExecuteManyIterator (sqlite3.test.dbapi.CursorTests) ... ok |
|---|
| 38 | CheckExecuteManyNotIterable (sqlite3.test.dbapi.CursorTests) ... ok |
|---|
| 39 | CheckExecuteManySelect (sqlite3.test.dbapi.CursorTests) ... ok |
|---|
| 40 | CheckExecuteManySequence (sqlite3.test.dbapi.CursorTests) ... ok |
|---|
| 41 | CheckExecuteManyWrongSqlArg (sqlite3.test.dbapi.CursorTests) ... ok |
|---|
| 42 | CheckExecuteNoArgs (sqlite3.test.dbapi.CursorTests) ... ok |
|---|
| 43 | CheckExecuteTooMuchSql (sqlite3.test.dbapi.CursorTests) ... ok |
|---|
| 44 | CheckExecuteTooMuchSql2 (sqlite3.test.dbapi.CursorTests) ... ok |
|---|
| 45 | CheckExecuteTooMuchSql3 (sqlite3.test.dbapi.CursorTests) ... ok |
|---|
| 46 | CheckExecuteWrongNoOfArgs1 (sqlite3.test.dbapi.CursorTests) ... ok |
|---|
| 47 | CheckExecuteWrongNoOfArgs2 (sqlite3.test.dbapi.CursorTests) ... ok |
|---|
| 48 | CheckExecuteWrongNoOfArgs3 (sqlite3.test.dbapi.CursorTests) ... ok |
|---|
| 49 | CheckExecuteWrongSqlArg (sqlite3.test.dbapi.CursorTests) ... ok |
|---|
| 50 | CheckFetchIter (sqlite3.test.dbapi.CursorTests) ... ok |
|---|
| 51 | CheckFetchall (sqlite3.test.dbapi.CursorTests) ... ok |
|---|
| 52 | CheckFetchmany (sqlite3.test.dbapi.CursorTests) ... ok |
|---|
| 53 | CheckFetchone (sqlite3.test.dbapi.CursorTests) ... ok |
|---|
| 54 | CheckFetchoneNoStatement (sqlite3.test.dbapi.CursorTests) ... ok |
|---|
| 55 | CheckRowcountExecute (sqlite3.test.dbapi.CursorTests) ... ok |
|---|
| 56 | CheckRowcountExecutemany (sqlite3.test.dbapi.CursorTests) ... ok |
|---|
| 57 | CheckSetinputsizes (sqlite3.test.dbapi.CursorTests) ... ok |
|---|
| 58 | CheckSetoutputsize (sqlite3.test.dbapi.CursorTests) ... ok |
|---|
| 59 | CheckSetoutputsizeNoColumn (sqlite3.test.dbapi.CursorTests) ... ok |
|---|
| 60 | CheckTotalChanges (sqlite3.test.dbapi.CursorTests) ... ok |
|---|
| 61 | CheckWrongCursorCallable (sqlite3.test.dbapi.CursorTests) ... ok |
|---|
| 62 | CheckConClose (sqlite3.test.dbapi.ThreadTests) ... ok |
|---|
| 63 | CheckConCommit (sqlite3.test.dbapi.ThreadTests) ... ok |
|---|
| 64 | CheckConCursor (sqlite3.test.dbapi.ThreadTests) ... ok |
|---|
| 65 | CheckConRollback (sqlite3.test.dbapi.ThreadTests) ... ok |
|---|
| 66 | CheckCurClose (sqlite3.test.dbapi.ThreadTests) ... ok |
|---|
| 67 | CheckCurExecute (sqlite3.test.dbapi.ThreadTests) ... ok |
|---|
| 68 | CheckCurImplicitBegin (sqlite3.test.dbapi.ThreadTests) ... ok |
|---|
| 69 | CheckCurIterNext (sqlite3.test.dbapi.ThreadTests) ... ok |
|---|
| 70 | CheckBinary (sqlite3.test.dbapi.ConstructorTests) ... ok |
|---|
| 71 | CheckDate (sqlite3.test.dbapi.ConstructorTests) ... ok |
|---|
| 72 | CheckDateFromTicks (sqlite3.test.dbapi.ConstructorTests) ... ok |
|---|
| 73 | CheckTime (sqlite3.test.dbapi.ConstructorTests) ... ok |
|---|
| 74 | CheckTimeFromTicks (sqlite3.test.dbapi.ConstructorTests) ... ok |
|---|
| 75 | CheckTimestamp (sqlite3.test.dbapi.ConstructorTests) ... ok |
|---|
| 76 | CheckTimestampFromTicks (sqlite3.test.dbapi.ConstructorTests) ... ok |
|---|
| 77 | CheckConnectionExecute (sqlite3.test.dbapi.ExtensionTests) ... ok |
|---|
| 78 | CheckConnectionExecutemany (sqlite3.test.dbapi.ExtensionTests) ... ok |
|---|
| 79 | CheckConnectionExecutescript (sqlite3.test.dbapi.ExtensionTests) ... ok |
|---|
| 80 | CheckScriptErrorIncomplete (sqlite3.test.dbapi.ExtensionTests) ... ok |
|---|
| 81 | CheckScriptErrorNormal (sqlite3.test.dbapi.ExtensionTests) ... ok |
|---|
| 82 | CheckScriptStringSql (sqlite3.test.dbapi.ExtensionTests) ... ok |
|---|
| 83 | CheckScriptStringUnicode (sqlite3.test.dbapi.ExtensionTests) ... ok |
|---|
| 84 | CheckClosedConCommit (sqlite3.test.dbapi.ClosedTests) ... ok |
|---|
| 85 | CheckClosedConCursor (sqlite3.test.dbapi.ClosedTests) ... ok |
|---|
| 86 | CheckClosedConRollback (sqlite3.test.dbapi.ClosedTests) ... ok |
|---|
| 87 | CheckClosedCurExecute (sqlite3.test.dbapi.ClosedTests) ... ok |
|---|
| 88 | CheckBlob (sqlite3.test.types.SqliteTypeTests) ... ok |
|---|
| 89 | CheckFloat (sqlite3.test.types.SqliteTypeTests) ... ok |
|---|
| 90 | CheckLargeInt (sqlite3.test.types.SqliteTypeTests) ... ok |
|---|
| 91 | CheckSmallInt (sqlite3.test.types.SqliteTypeTests) ... ok |
|---|
| 92 | CheckString (sqlite3.test.types.SqliteTypeTests) ... ok |
|---|
| 93 | CheckUnicodeExecute (sqlite3.test.types.SqliteTypeTests) ... ok |
|---|
| 94 | CheckBlob (sqlite3.test.types.DeclTypesTests) ... ok |
|---|
| 95 | CheckBool (sqlite3.test.types.DeclTypesTests) ... ok |
|---|
| 96 | CheckFloat (sqlite3.test.types.DeclTypesTests) ... ok |
|---|
| 97 | CheckFoo (sqlite3.test.types.DeclTypesTests) ... ok |
|---|
| 98 | CheckLargeInt (sqlite3.test.types.DeclTypesTests) ... ok |
|---|
| 99 | CheckSmallInt (sqlite3.test.types.DeclTypesTests) ... ok |
|---|
| 100 | CheckString (sqlite3.test.types.DeclTypesTests) ... ok |
|---|
| 101 | CheckUnicode (sqlite3.test.types.DeclTypesTests) ... ok |
|---|
| 102 | CheckUnsupportedDict (sqlite3.test.types.DeclTypesTests) ... ok |
|---|
| 103 | CheckUnsupportedSeq (sqlite3.test.types.DeclTypesTests) ... ok |
|---|
| 104 | CheckColName (sqlite3.test.types.ColNamesTests) ... ok |
|---|
| 105 | CheckCursorDescriptionNoRow (sqlite3.test.types.ColNamesTests) ... ok |
|---|
| 106 | CheckDeclType (sqlite3.test.types.ColNamesTests) ... ok |
|---|
| 107 | CheckNone (sqlite3.test.types.ColNamesTests) ... ok |
|---|
| 108 | CheckCasterIsUsed (sqlite3.test.types.ObjectAdaptationTests) ... ok |
|---|
| 109 | CheckBinaryInputForConverter (sqlite3.test.types.BinaryConverterTests) ... ok |
|---|
| 110 | CheckDateTimeSubSeconds (sqlite3.test.types.DateTimeTests) ... ok |
|---|
| 111 | CheckSqlTimestamp (sqlite3.test.types.DateTimeTests) ... ok |
|---|
| 112 | CheckSqliteDate (sqlite3.test.types.DateTimeTests) ... ok |
|---|
| 113 | CheckSqliteTimestamp (sqlite3.test.types.DateTimeTests) ... ok |
|---|
| 114 | CheckFuncErrorOnCreate (sqlite3.test.userfunctions.FunctionTests) ... ok |
|---|
| 115 | CheckFuncException (sqlite3.test.userfunctions.FunctionTests) ... ok |
|---|
| 116 | CheckFuncRefCount (sqlite3.test.userfunctions.FunctionTests) ... ok |
|---|
| 117 | CheckFuncReturnBlob (sqlite3.test.userfunctions.FunctionTests) ... ok |
|---|
| 118 | CheckFuncReturnFloat (sqlite3.test.userfunctions.FunctionTests) ... ok |
|---|
| 119 | CheckFuncReturnInt (sqlite3.test.userfunctions.FunctionTests) ... ok |
|---|
| 120 | CheckFuncReturnNull (sqlite3.test.userfunctions.FunctionTests) ... ok |
|---|
| 121 | CheckFuncReturnText (sqlite3.test.userfunctions.FunctionTests) ... ok |
|---|
| 122 | CheckFuncReturnUnicode (sqlite3.test.userfunctions.FunctionTests) ... ok |
|---|
| 123 | CheckParamBlob (sqlite3.test.userfunctions.FunctionTests) ... ok |
|---|
| 124 | CheckParamFloat (sqlite3.test.userfunctions.FunctionTests) ... ok |
|---|
| 125 | CheckParamInt (sqlite3.test.userfunctions.FunctionTests) ... ok |
|---|
| 126 | CheckParamNone (sqlite3.test.userfunctions.FunctionTests) ... ok |
|---|
| 127 | CheckParamString (sqlite3.test.userfunctions.FunctionTests) ... ok |
|---|
| 128 | CheckAggrCheckAggrSum (sqlite3.test.userfunctions.AggregateTests) ... ok |
|---|
| 129 | CheckAggrCheckParamBlob (sqlite3.test.userfunctions.AggregateTests) ... ok |
|---|
| 130 | CheckAggrCheckParamFloat (sqlite3.test.userfunctions.AggregateTests) ... ok |
|---|
| 131 | CheckAggrCheckParamInt (sqlite3.test.userfunctions.AggregateTests) ... ok |
|---|
| 132 | CheckAggrCheckParamNone (sqlite3.test.userfunctions.AggregateTests) ... ok |
|---|
| 133 | CheckAggrCheckParamStr (sqlite3.test.userfunctions.AggregateTests) ... ok |
|---|
| 134 | CheckAggrErrorOnCreate (sqlite3.test.userfunctions.AggregateTests) ... ok |
|---|
| 135 | CheckAggrExceptionInFinalize (sqlite3.test.userfunctions.AggregateTests) ... ok |
|---|
| 136 | CheckAggrExceptionInInit (sqlite3.test.userfunctions.AggregateTests) ... ok |
|---|
| 137 | CheckAggrExceptionInStep (sqlite3.test.userfunctions.AggregateTests) ... ok |
|---|
| 138 | CheckAggrNoFinalize (sqlite3.test.userfunctions.AggregateTests) ... ok |
|---|
| 139 | CheckAggrNoStep (sqlite3.test.userfunctions.AggregateTests) ... ok |
|---|
| 140 | CheckColumnAccess (sqlite3.test.userfunctions.AuthorizerTests) ... ok |
|---|
| 141 | CheckTableAccess (sqlite3.test.userfunctions.AuthorizerTests) ... ok |
|---|
| 142 | CheckIsInstance (sqlite3.test.factory.ConnectionFactoryTests) ... ok |
|---|
| 143 | CheckIsInstance (sqlite3.test.factory.CursorFactoryTests) ... ok |
|---|
| 144 | CheckIsProducedByFactory (sqlite3.test.factory.RowFactoryTestsBackwardsCompat) ... ok |
|---|
| 145 | CheckCustomFactory (sqlite3.test.factory.RowFactoryTests) ... ok |
|---|
| 146 | CheckSqliteRow (sqlite3.test.factory.RowFactoryTests) ... ok |
|---|
| 147 | CheckCustom (sqlite3.test.factory.TextFactoryTests) ... ok |
|---|
| 148 | CheckOptimizedUnicode (sqlite3.test.factory.TextFactoryTests) ... ok |
|---|
| 149 | CheckString (sqlite3.test.factory.TextFactoryTests) ... ok |
|---|
| 150 | CheckUnicode (sqlite3.test.factory.TextFactoryTests) ... ok |
|---|
| 151 | CheckDMLdoesAutoCommitBefore (sqlite3.test.transactions.TransactionTests) ... ok |
|---|
| 152 | CheckDeleteStartsTransaction (sqlite3.test.transactions.TransactionTests) ... ok |
|---|
| 153 | CheckInsertStartsTransaction (sqlite3.test.transactions.TransactionTests) ... ok |
|---|
| 154 | CheckRaiseTimeout (sqlite3.test.transactions.TransactionTests) ... ok |
|---|
| 155 | CheckReplaceStartsTransaction (sqlite3.test.transactions.TransactionTests) ... ok |
|---|
| 156 | CheckToggleAutoCommit (sqlite3.test.transactions.TransactionTests) ... ok |
|---|
| 157 | CheckUpdateStartsTransaction (sqlite3.test.transactions.TransactionTests) ... ok |
|---|
| 158 | CheckDropTable (sqlite3.test.transactions.SpecialCommandTests) ... ok |
|---|
| 159 | CheckPragma (sqlite3.test.transactions.SpecialCommandTests) ... ok |
|---|
| 160 | CheckVacuum (sqlite3.test.transactions.SpecialCommandTests) ... ok |
|---|
| 161 | CheckCollationIsUsed (sqlite3.test.hooks.CollationTests) ... ok |
|---|
| 162 | CheckCollationRegisterTwice (sqlite3.test.hooks.CollationTests) ... ok |
|---|
| 163 | CheckCreateCollationNotAscii (sqlite3.test.hooks.CollationTests) ... ok |
|---|
| 164 | CheckCreateCollationNotCallable (sqlite3.test.hooks.CollationTests) ... ok |
|---|
| 165 | CheckDeregisterCollation (sqlite3.test.hooks.CollationTests) ... ok |
|---|
| 166 | CheckColumnNameWithSpaces (sqlite3.test.regression.RegressionTests) ... ok |
|---|
| 167 | CheckPragmaSchemaVersion (sqlite3.test.regression.RegressionTests) ... ok |
|---|
| 168 | CheckPragmaUserVersion (sqlite3.test.regression.RegressionTests) ... ok |
|---|
| 169 | CheckStatementReset (sqlite3.test.regression.RegressionTests) ... ok |
|---|
| 170 | |
|---|
| 171 | ---------------------------------------------------------------------- |
|---|
| 172 | Ran 167 tests in 0.210s |
|---|
| 173 | |
|---|
| 174 | OK |
|---|