diff --git a/tests/README.md b/tests/README.md new file mode 100644 index 0000000000..73af021fdc --- /dev/null +++ b/tests/README.md @@ -0,0 +1,11 @@ + +This directory contains test files for testing Conjure. + +There are 4 kinds of tests. + +- exhaustive: See `tests/exhaustive/README.md` +- parse_print: See `tests/parse_print/README.md` +- custom: See `tests/custom/README.md` +- golden: Only tests the help text at the moment. + +Regression tests can be found in the following locations: `tests/*/private-issues`.