8000 add more documentation about how tests work by dothebart · Pull Request #14804 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

add more documentation about how tests work #14804

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Sep 23, 2021
Prev Previous commit
Next Next commit
Update tests/README.md
Co-authored-by: Jan <jsteemann@users.noreply.github.com>
  • Loading branch information
dothebart and jsteemann authored Sep 20, 2021
commit 0a0fab507ee2609ca0b47379fc1d8ffe208a4683
2 changes: 1 addition & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ and orchestrates a sequence:
- restore it to a fresh SUT
- check data

Since many create & check functions should be common to *all* suites, the default behavior is to enable them, and only blacklist them out if unsupported.
Since many create & check functions should be common to *all* suites, the default behavior is to enable them, and only exclude them if unsupported.

The individual files to be used are controlled by code in the testsuite like this:

Expand Down
0