Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/briot/gnatbdd
Behavior Driven Development in Ada
https://github.com/briot/gnatbdd
Last synced: 14 days ago
JSON representation
Behavior Driven Development in Ada
- Host: GitHub
- URL: https://github.com/briot/gnatbdd
- Owner: briot
- Created: 2016-01-27T08:42:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-10-25T14:51:46.000Z (about 3 years ago)
- Last Synced: 2024-07-31T20:35:56.120Z (3 months ago)
- Language: Ada
- Size: 351 KB
- Stars: 6
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ada - gnatbdd - Behavior Driven Development in Ada. (Frameworks / Unit Test, Testing)
README
# Behavior Driven Development in Ada
This library provides initial support for behavior driven
development in Ada.This is a workflow where you are invited to first write your
tests in English, then run them immediately, and start modifying
the code until the tests pass.See the documentation at:
http://briot.github.io/gnatbdd/
To get started and run a simple example, execute
make test