Flask-Fixtures
Database fixture setup
A library to simplify testing by providing a way to pre-populate a test database with predefined data
A simple library for adding database fixtures for unit tests using nothing but JSON or YAML.
64 stars
3 watching
30 forks
Language: Python
last commit: almost 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
paulocheque/django-dynamic-fixture | A library to generate dynamic model instances for testing purposes in Django applications. | 391 |
richardknop/go-fixtures | Tools and utilities for loading data into databases using pre-defined fixtures | 29 |
lubosremplik/cakephp-fixtures | Automates data loading into CakePHP databases using pre-defined fixtures. | 2 |
model-bakers/model_bakery | A tool that simplifies the creation of test fixtures in Django applications | 844 |
pytest-dev/pytest-flask | Provides tools and fixtures to simplify testing and development of Flask applications | 485 |
cdaringe/ava-fixture-docker-db | Provides a way to easily set up and test a Docker-based PostgreSQL database for TypeScript applications. | 4 |
h4cc/alicefixturesbundle | Provides a flexible way to load data fixtures in Symfony2 applications. | 75 |
timdeschryver/zod-fixture | A tool for creating test data based on Zod schemas in TypeScript | 121 |
flask-dashboard/flask-monitoringdashboard | Automatically monitors and analyzes the performance of Flask web services. | 776 |
seamapi/ava-postgres | A test fixture that provides fast access to a Postgres database for testing | 4 |
friendsofcake/fixturize | Improves performance of fixture-based tests on MySQL/MariaDB/Percona databases. | 24 |
pallets-eco/flask-debugtoolbar | Tools for debugging and inspecting Flask web applications | 952 |
testdrivenio/cookiecutter-flask-skeleton | A template project for building web applications using Flask and various extensions. | 66 |
jarus/flask-testing | Unit testing support for Flask web applications | 501 |
klen/mixer | A library that generates fake data for testing and fixture replacement in various frameworks | 944 |