pytest-mysql
pytest-mysql copied to clipboard
This is a pytest plugin, that enables you to test your code that relies on a running MySQL Database. It allows you to specify fixtures for MySQL process and client.
### Context I am using pytest-mysql to unit test queries to MariaDB. One of the queries uses the [convert_tz](https://mariadb.com/kb/en/convert_tz/) function to shift a DateTime from one timezone to another. MySQL...
To address this issue: * run tests with more workers than one on CI * implement same mechanism as in pytest-postgresql to check for taken ports and to retry getting...
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.1 → v0.14.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.1...v0.14.3)
Bumps [fizyk/actions-reuse](https://github.com/fizyk/actions-reuse) from 3.1.1 to 4.1.1. Changelog Sourced from fizyk/actions-reuse's changelog. 4.1.1 (2025-09-26) Bugfixes Fix lefover non-existing reference. 4.1.0 (2025-09-26) Features Pytest tests shared workflow now accepts a json object...
Bumps [mirakuru](https://github.com/dbfixtures/mirakuru) from 2.6.1 to 3.0.0. Changelog Sourced from mirakuru's changelog. mirakuru 3.0.0 (2025-10-29) Breaking changes Drop support for Python 3.9 Features Executors now accept additional kwargs that can be...