typedb-driver-examples
typedb-driver-examples copied to clipboard
Check and refactor all the tests for examples
Problem to Solve
Our tests are very diverse and chaotic.
Proposed Solution
We should develop and implement a standard/ideal approach to test examples. Probably something like this:
- Integrational + Unit tests
- Clear expected results
- In-line comments
- Clear and unified test output
- CI/CD integration