Skip to content

Commit

Permalink
Update launcher.xq
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucaterre authored Mar 12, 2024
1 parent 49f8a67 commit 5f9e285
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/launcher.xq
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ import module namespace initTests = "https://github.com/chartes/dots/initTests"
(: Deploiment Tests :)
"> Starting deploiment tests in progress...",

"test init dots db...",
(: create a specific function "checkDotsExists" in deploimentTests.xqm :)
if (db:exists("dots"))
then "* ✅ DoTS Db created with success"
else "* ❌ DoTS Db creation failed",

(:
Check data in database
input:
Expand Down

0 comments on commit 5f9e285

Please sign in to comment.