OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
test_exceptions.py File Reference

Go to the source code of this file.

Namespaces

 test_exceptions
 

Functions

def test_exceptions.test_failed_init
 Check init with wrong parameter. More...
 
def test_exceptions.test_success_init
 Check init with right parameters. More...
 
def test_exceptions.test_success_DDL
 Check DDL statement. More...
 
def test_exceptions.test_failed_DDL
 Check creating a duplicate table. More...
 
def test_exceptions.test_success_DML
 Check right DML statement. More...
 
def test_exceptions.test_failed_DML
 Check wrong DML statement. More...
 
def test_exceptions.test_zero_division
 Check zero division exception. More...
 
def test_exceptions.test_double_init
 Check double init exception. More...
 

Variables

string test_exceptions.data_path = "dbe_test_data"
 
 test_exceptions.engine = None