Пример #1
0
def test_query_db(pymysql_db):
    t.run_something(pymysql_db)
Пример #2
0
def test_query(mysql):
    t.run_something(mysql)
Пример #3
0
def test_my_db(my_db):
    t.run_something(my_db)
Пример #4
0
def test_query_db(myco_db):
    t.run_something(myco_db)