node-oracledb/test/opts/mocha.opts

105 lines
2.5 KiB
Plaintext

--require should
--require async
--reporter spec
--ui bdd
--timeout 100000
test/connection.js
test/pool.js
test/examples.js
test/binding.js
test/externalAuth.js
test/dmlReturning.js
test/autoCommit.js
test/autoCommitForSelect.js
test/columnMetadata.js
test/nullColumnValues.js
test/resultSet1.js
test/stream1.js
test/stream2.js
test/resultsetToStream.js
test/promises.js
test/extendedMetaData.js
test/constants.js
test/fetchTimestampAsString.js
test/dataTypeAssist.js
test/dataTypeChar.js
test/dataTypeNchar.js
test/dataTypeVarchar2.js
test/dataTypeNvarchar2.js
test/dataTypeNumber.js
test/dataTypeNumber2.js
test/dataTypeFloat.js
test/dataTypeFloat2.js
test/dataTypeBinaryFloat.js
test/dataTypeBinaryDouble.js
test/dataTypeDate.js
test/dataTypeTimestamp1.js
test/dataTypeTimestamp2.js
test/dataTypeTimestamp3.js
test/dataTypeTimestamp4.js
test/dataTypeTimestamp5.js
test/dataTypeTimestamp6.js
test/dataTypeRowid.js
test/dataTypeClob.js
test/dataTypeBlob.js
test/dataTypeRaw.js
test/plsqlBindIndexedTable1.js
test/plsqlBindIndexedTable2.js
test/instanceof.js
test/accessTerminatedPoolAttributes.js
test/getConnAfterPoolTerminate.js
test/poolValidityAfterFailingTerminate.js
test/releaseAfterFailingTerminate.js
test/resultSet2.js
test/fetchAs.js
test/nestedCursor.js
test/properties.js
test/lobResultSet.js
test/clobPlsqlString.js
test/checkClassesTypes.js
test/lobProperties1.js
test/autoCommit4nestedExecutes.js
test/sqlWithWarnings.js
test/uninitializedLob.js
test/writableProperties.js
test/poolCache.js
test/multipleLobInsertion.js
test/driverName.js
test/plsqlBindScalar.js
test/lobBind1.js
test/lobBind2.js
test/poolPing.js
test/clobPlsqlBindAsString_bindin.js
test/clobPlsqlBindAsString_bindout.js
test/clobPlsqlBindAsString_bindinout.js
test/blobPlsqlBindAsBuffer_bindin.js
test/blobPlsqlBindAsBuffer_bindout.js
test/blobPlsqlBindAsBuffer_bindinout.js
test/lobBindAsStringBuffer.js
test/clobDMLBindAsString.js
test/blobDMLBindAsBuffer.js
test/lobProperties2.js
test/fetchClobAsString1.js
test/fetchClobAsString2.js
test/fetchClobAsString3.js
test/fetchBlobAsBuffer1.js
test/fetchBlobAsBuffer2.js
test/fetchBlobAsBuffer3.js
test/fetchClobAsString4.js
test/fetchBlobAsBuffer4.js
test/binding_DMLInsert.js
test/binding_procedureBindIn.js
test/binding_procedureBindInout.js
test/binding_functionBindInout.js
test/binding_procedureBindOut.js
test/binding_functionBindOut.js
test/binding_DMLReturningInto.js
test/binding_functionBindIn.js
test/binding_defaultBindIn.js
test/binding_defaultBindInout.js