Groups | Search | Server Info | Login | Register


Groups > comp.lang.ada > #59697

[ANN] bbt 0.3.0

From Lioneldraghi <lionel.draghi@free.fr>
Newsgroups comp.lang.ada
Subject [ANN] bbt 0.3.0
Date 2026-04-26 12:36 +0200
Organization A noiseless patient Spider
Message-ID <10skps0$16jlk$1@dont-email.me> (permalink)

Show all headers | View raw


bbt is a very effective solution for documenting and testing CLI software.

As a reminder, the principle is to describe your examples / scenarios in 
near-natural language by using the usual Gherkin framework 
(Given/When/Then) and bbt syntax for the steps.
And then you just run your scenarios with (for example)

$ bbt my_features.md

meaning that the same file is both your documentation and the test 
script, and you get both for the price of one.

More on the release at https://forum.ada-lang.io/t/ann-bbt-0-3-0/4369

bbt 0.3.0 is available at https://github.com/LionelDraghi/bbt, tested on 
Linux/Mac/Windows, and coming soon to Alire.

Back to comp.lang.ada | Previous | Next | Find similar


Thread

[ANN] bbt 0.3.0 Lioneldraghi <lionel.draghi@free.fr> - 2026-04-26 12:36 +0200

csiph-web