pyceo/tests/ceod/db/test_mysql.py

12 lines
343 B
Python
Raw Normal View History

2021-08-24 22:31:50 -04:00
import pytest
# ask for mysql and postgres with proper postgres configs and no public schema
# tests are stateless
# each test should not require anything before or change anything
# this means you should delete user and databases created after done
# attempt to create database
# password reset
# recreate database (user dropped database)