Record PyMySQL queries and mock with the stored data.
Project description
pytest-pymysql-autorecording
A pytest plugin for recording database query results and mocking with the stored data.
Mocking with real database data
In principle, mocking database data is a good idea. But if your database is very complex, this may easily become tedious and may lack the richness of the real data.
Testing with real data leads to another problem, though: You might not want to grant your CI/CD pipeline on, say, GitHub, access to a database.
So this plugin offers a compromise. You still run tests against a real database, and you store the query results. The stored results can then be used by the CI/CD pipeline to mock the database queries.
Using the plugin
Please refer to the Quickstart Guide to find out how to use the plugin.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for pytest-pymysql-autorecord-0.1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7c7d2611d0a0fc0e9de3c105fae1c1ddfffc3042fe28e1bcf9931c147dbfc557 |
|
MD5 | cd57aeb1e9cbb94e76c73beee1965eaf |
|
BLAKE2b-256 | ad0a98775afd9414d182c19ad0390acc545659a2954668fa64f65e6046b7cef2 |