Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/radish-bdd/radish
Behavior Driven Development tooling for Python. The root from red to green.
https://github.com/radish-bdd/radish
bdd cucumber feature-file gherkin hacktoberfest python quality radish tdd testing
Last synced: 1 day ago
JSON representation
Behavior Driven Development tooling for Python. The root from red to green.
- Host: GitHub
- URL: https://github.com/radish-bdd/radish
- Owner: radish-bdd
- License: mit
- Created: 2015-06-01T17:59:33.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-04-26T19:17:00.000Z (9 months ago)
- Last Synced: 2024-10-29T17:13:08.033Z (3 months ago)
- Topics: bdd, cucumber, feature-file, gherkin, hacktoberfest, python, quality, radish, tdd, testing
- Language: Python
- Homepage: https://radish-bdd.github.io
- Size: 2.19 MB
- Stars: 181
- Watchers: 10
- Forks: 49
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Authors: AUTHORS
Awesome Lists containing this project
README
# radish - the root from red to green
> Awesome python BDD tool https://radish-bdd.github.io***
[![PyPI License](https://img.shields.io/pypi/l/radish-bdd.svg)](https://github.com/radish-bdd/radish/blob/master/LICENSE)
[![Documentation Status](https://readthedocs.org/projects/radish/badge/?version=stable)](https://radish.readthedocs.io/en/stable/?badge=stable)
[![Actions Status](https://github.com/radish-bdd/radish/workflows/CI/badge.svg)](https://github.com/radish-bdd/radish/actions?branch=stable)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
[![PyPI version](https://badge.fury.io/py/radish-bdd.svg)](https://badge.fury.io/py/radish-bdd)
[![PyPI](https://img.shields.io/pypi/pyversions/radish-bdd.svg)](https://pypi.python.org/pypi/radish-bdd)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/radish-bdd)](https://pypi.python.org/pypi/radish-bdd)
[![PyPI](https://img.shields.io/pypi/wheel/radish-bdd.svg)](https://pypi.python.org/pypi/radish-bdd)***
# What is radish?
radish is a Behavior Driven Development tool completely written in python.
It supports all *gherkin* language features.
In addition to that, radish implements a few *unconventional* BDD features such as **Preconditions**, **Scenario Loops**, **Constants** and **Expressions**.# Supported platforms
radish is supported on Windows, Mac and Linux
# Installation
radish is available as `pip` package:
```bash
pip install radish-bdd
```
**Note**: Make sure you have enough privileges to install radish on your system.# Getting started
radish is very easy to use. Take the 5 minutes and follow the *Getting started* instruction on the radish website: https://radish-bdd.github.io/#gettingstarted
# Documentation
The whole documentation of radish is available on [Read The Docs](http://radish.readthedocs.org).
# Contribution
Yes, we are looking for some contributors and people who spread out a word about radish.
Help us to improve these piece of software. You don't know what to do?
Just have a look at the Issues or create a new one.
Please have a look at the [Contributing Guidelines](https://github.com/radish-bdd/radish/blob/master/CONTRIBUTING.md), too.# Release
```
vim CHANGELOG.md docs/conf.py radish/__init__.py
git commit -am "release: vX.X.X" && git tag vX.X.X && git push && git push --tags
# Create release on Github
```# Special Thanks
A special thanks goes to [Hassan Ashraf](mailto:[email protected]) from the company [Cyber Avanza](http://www.cyberavanza.com) for creating an awesome logo for free! I really appreciate their work and time!
***
*
This project is published under [MIT](LICENSE).
*
A [Timo Furrer](https://tuxtimo.me) project.
- :tada: -