python3-testing.mysqld

Python testing.* framework - MySQL helpers (Python 3)
  https://github.com/tk0miya/testing.mysqld
  0
  no reviews



The testing.* Python modules provide a framework for Python unit test suites that need to run tests against servers, like network-based DBMSs.

testing.mysqld contains helper classes to work with a temporary MySQL server. It automatically sets up a MySQL instance in a temporary directory, and destroys it after testing.

This package contains the Python 3 version.