Hypothesis is a Python property-based testing library and data generation engine. It enables the discovery of edge cases and bugs by generating a wide range of randomized inputs based on defined strategies and shrinking complex failing examples to their smallest possible form. It also functions as a state machine testing framework to verify system behavior across sequences of interdependent operations. The project features a fuzzing integration layer that converts raw byte buffers from coverage-guided fuzzers into structured test cases. It includes a persistence mechanism to store and synchro
:elephant: :bustsinsilhouette: Manage PostgreSQL roles and privileges from YAML or LDAP
DbFit is a database testing framework that supports easy test-driven development of your database code.
Sync data from one Postgres database to another
Regression Testing your SQL queries
الميزات الرئيسية لـ dimitri/regresql هي: Data Utilities, Database Testing.
تشمل البدائل مفتوحة المصدر لـ dimitri/regresql: hypothesisworks/hypothesis — Hypothesis is a Python property-based testing library and data generation engine. It enables the discovery of edge… dalibo/ldap2pg — :elephant: :busts_in_silhouette: Manage PostgreSQL roles and privileges from YAML or LDAP. dbfit/dbfit — DbFit is a database testing framework that supports easy test-driven development of your database code. diabolicallabs/vertx-cron — This module allows you to schedule an event using a Cron specification. It can either send or publish a message to the… dimitri/pgloader — pgloader is a command-line tool that automates the migration of data and schema from various source databases and file… ankane/pgsync — Sync data from one Postgres database to another.