An open API service indexing awesome lists of open source software.

https://github.com/rnbguy/tla2bdd

Generate BDD scenarios from TLA traces
https://github.com/rnbguy/tla2bdd

Last synced: 4 months ago
JSON representation

Generate BDD scenarios from TLA traces

Awesome Lists containing this project

README

          

# tla2bdd

Generate BDD scenarios from TLA traces

```sh
apalache check --inv=Inv --run-dir=specs/traces --length=30 specs/clock.tla # generated tla traces are at specs/traces

python tla2bdd.py specs/traces test/clock.feature # generated clock.feature file is at test/clock.feature

pytest -rP # the test file is at test/test_clock.py
```