diff options
author | Marc Coquand <marc@mccd.space> | 2024-01-12 08:01:37 -0600 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-01-12 08:01:37 -0600 |
commit | a37b4436a89f01e9630efc2231de6ce71493c48d (patch) | |
tree | 6173c089d3c7960fd7d7dfd76c706a4d6115eea7 | |
parent | 20c5abba2f762e917503e3d613729f12607baf88 (diff) | |
download | fixgen-a37b4436a89f01e9630efc2231de6ce71493c48d.tar.gz fixgen-a37b4436a89f01e9630efc2231de6ce71493c48d.tar.bz2 fixgen-a37b4436a89f01e9630efc2231de6ce71493c48d.zip |
Diffstat (limited to '')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ Usually wiring up fake test data is a bunch of work, especially when that data i - Supports relations - Written in OCaml +Note: This does not replace fuzz testing. The generated data will try to be realistic, rather than testing +edge cases. + ## Install Check out the latest [release binary](https://codeberg.org/marcc/fixgen/releases), which contains install instructions. |