def test_query_db(pymysql_db): t.run_something(pymysql_db)
def test_query(mysql): t.run_something(mysql)
def test_my_db(my_db): t.run_something(my_db)
def test_query_db(myco_db): t.run_something(myco_db)