userver: testsuite.databases.mysql.control.Control Class Reference
Loading...
Searching...
No Matches
testsuite.databases.mysql.control.Control Class Reference

Detailed Description

Definition at line 206 of file control.py.

Public Member Functions

 __init__ (self, classes.DatabasesDict databases, DatabasesState state)
 get_wrappers (self)
 run_migrations (self)

Protected Member Functions

 _run_database_migrations (self, dbconfig)

Protected Attributes

 _databases = databases
 _state = state

Constructor & Destructor Documentation

◆ __init__()

testsuite.databases.mysql.control.Control.__init__ ( self,
classes.DatabasesDict databases,
DatabasesState state )

Definition at line 207 of file control.py.

Member Function Documentation

◆ _run_database_migrations()

testsuite.databases.mysql.control.Control._run_database_migrations ( self,
dbconfig )
protected

Definition at line 225 of file control.py.

◆ get_wrappers()

testsuite.databases.mysql.control.Control.get_wrappers ( self)

Definition at line 215 of file control.py.

◆ run_migrations()

testsuite.databases.mysql.control.Control.run_migrations ( self)

Definition at line 221 of file control.py.

Member Data Documentation

◆ _databases

testsuite.databases.mysql.control.Control._databases = databases
protected

Definition at line 212 of file control.py.

◆ _state

testsuite.databases.mysql.control.Control._state = state
protected

Definition at line 213 of file control.py.


The documentation for this class was generated from the following file: