Skip to main content

Behaviour-Driven-Development tool for python

Project description

radish is a “Behavior-Driven Developement”-Tool written in python Version: 0.01.10


Author: Timo Furrer tuxtimo@gmail.com License: GPL Version: 0.01.10

Table of contents

  1. What is radish

  2. Installation

    1. Simple installation with pip

    2. Manual installation from source

    3. Update source installation

  3. How to use?

  4. Writing tests

  5. Contribution

  6. Infos

What is radish ?

radish is a “Behavior-Driven Developement”-Tool written in python. It is inspired by other BDD-Tools like cucumber or lettuce.

[⬆]

Installation

There are several ways to install radish on your computer:

[⬆]

Simple installation with pip

This is probably the simplest way to install radish. Since the radish releases are hostet as well on pip you can use the following command to install radish:

pip install radish

Note: On some systems you have to be root to install a package over pip.

[⬆]

Manual installation from source

If you always want to be up to date with the newest commits you may want to install radish directly from source code. Use the following command sequence to clone the repository from github and install radish afterwards:

git clone https://github.com/timofurrer/radish.git ~/radish
cd ~/radish
git submodule init
git submodule update
python setup.py install

Note: On some systems you have to be root to install a package over setuptools.

[⬆]

Update source installation

If you have once installation radish from source you might want to update it from time to time. Change into the directory where you have cloned radish into (default: ~/radish) and pull the newest commit from github. When you’ve done this you need to re-install radish again. So, in summary:

cd ~/radish
git pull
python setup.py install

Note: On some systems you have to be root to install a package over setuptools.

[⬆]

How to use?

Coming soon …

[⬆]

Writing tests

Coming soon …

[⬆]

Contribution

Coming soon …

[⬆]

Infos

The files which are currently in the testfiles-folder are from lettuce - another TDD tool!

[⬆]

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

radish-bdd-0.01.10.tar.gz (14.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page