HCE Project Python language Distributed Tasks Manager Application, Distributed Crawler Application and client API bindings.  2.0.0-chaika
Hierarchical Cluster Engine Python language binding
ftests_db_in_memory.py File Reference

Go to the source code of this file.

Classes

class  ftests_db_in_memory.DBI
 Common use wrapper class to interact with the ORM databases Provide CRUD interface (create, read, update, delete) entries. More...
 
class  ftests_db_in_memory.TasksDataTable
 Class describes structures of task item used in TaskDataManager module. More...
 

Namespaces

 ftests_db_in_memory
 

Variables

 ftests_db_in_memory.Base = declarative_base()
 
 ftests_db_in_memory.tdt = TasksDataTable()
 
dictionary ftests_db_in_memory.conf = {'db_name':'memory'}
 
 ftests_db_in_memory.db = DBI(conf)
 
 ftests_db_in_memory.id