This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cayenne-website.git
commit b958db612ebde00f7670c86f320030aadd732bbe Author: Andrus Adamchik <[email protected]> AuthorDate: Sun May 17 10:07:26 2026 -0400 documenting new instructions for running tests with a specific DB --- src/main/site/content/dev/running-unit-tests.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main/site/content/dev/running-unit-tests.md b/src/main/site/content/dev/running-unit-tests.md index ebf3f318a..187a2830a 100644 --- a/src/main/site/content/dev/running-unit-tests.md +++ b/src/main/site/content/dev/running-unit-tests.md @@ -21,8 +21,10 @@ The following are in-memory database backends and can be executed without additi * h2 * derby * sqlite - - $ mvn verify -DcayenneTestConnection=derby + +``` +$ mvn verify -DcayenneTestConnection=derby +``` Cayenne also has preconfigured backends that it starts on Docker (so Docker must be installed and running) :
