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
- Host: GitHub
- URL: https://github.com/rnbguy/tla2bdd
- Owner: rnbguy
- License: apache-2.0
- Created: 2022-05-20T10:17:12.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-20T10:33:03.000Z (about 4 years ago)
- Last Synced: 2025-10-13T12:04:26.581Z (8 months ago)
- Language: TLA
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```