userver: testsuite.databases.mysql.classes.DatabaseConfig Class Reference
Loading...
Searching...
No Matches
testsuite.databases.mysql.classes.DatabaseConfig Class Reference

Detailed Description

Definition at line 37 of file classes.py.

Static Public Attributes

list migrations [pathlib.Path]
bool create = True
tuple keep_tables = ()
bool truncate_non_empty = False

Member Data Documentation

◆ create

bool testsuite.databases.mysql.classes.DatabaseConfig.create = True
static

Definition at line 40 of file classes.py.

◆ keep_tables

tuple testsuite.databases.mysql.classes.DatabaseConfig.keep_tables = ()
static

Definition at line 41 of file classes.py.

◆ migrations

list testsuite.databases.mysql.classes.DatabaseConfig.migrations [pathlib.Path]
static

Definition at line 39 of file classes.py.

◆ truncate_non_empty

bool testsuite.databases.mysql.classes.DatabaseConfig.truncate_non_empty = False
static

Definition at line 42 of file classes.py.


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