typedb-driver-python icon indicating copy to clipboard operation
typedb-driver-python copied to clipboard

Migrate test_grakn and test_debug to BDD

Open alexjpwalker opened this issue 3 years ago • 0 comments

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:

  1. pick out the useful scenarios
  2. migrate them to BDD scenarios
  3. implement these scenarios in Grakn Core and all clients
  4. delete test_grakn, but retain test_debug as it's useful for debugging issues locally.

alexjpwalker avatar Apr 06 '21 17:04 alexjpwalker