typedb-driver-python
typedb-driver-python copied to clipboard
Migrate test_grakn and test_debug to BDD
Problem to Solve
test_grakn.py
and test_debug.py
contain some useful test scenarios that should be migrated to BDD. For example: explanation tests, and Transaction Options tests.
Proposed Solution
We should:
- pick out the useful scenarios
- migrate them to BDD scenarios
- implement these scenarios in Grakn Core and all clients
- delete
test_grakn
, but retaintest_debug
as it's useful for debugging issues locally.