Skip to content

Commit

Permalink
Update readme for testing with mvn
Browse files Browse the repository at this point in the history
  • Loading branch information
JervenBolleman committed May 17, 2024
1 parent fdff8e1 commit 4f84b4e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,15 @@ WHERE {
}
```

# Testing your queries

The queries are parsed and validated but not executed with junit/maven

```bash
mvn test
```
should return no test failures. RDF4j and Jena are both a lot stricter than virtuoso.


# Labeling queries

Expand Down

0 comments on commit 4f84b4e

Please sign in to comment.