Test cases for the DCQL query language
To run the tests:
python runtests.py
dcql provides a reference implementation in python.
- 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.