Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 471 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 471 Bytes

DCQLTests

Test cases for the DCQL query language

Test Runner

To run the tests: python runtests.py

dcql provides a reference implementation in python.

Test Cases

  • credentials.json contains a database of test credentials on which the queries are performed.
  • The testcase-* files contain the test cases. Each one contains a dcql_query and the expected results when executed against the credentials stored in the test database.