Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.
/ junitbook-behave Public archive

「JUnit実践入門 第17章 振舞駆動開発」サンプルコードをPythonのBDDフレームワークbehave(http://pythonhosted.org/behave/)で書いたもの

Notifications You must be signed in to change notification settings

ryu22e/junitbook-behave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

これは何?

「JUnit実践入門 第17章 振舞駆動開発」サンプルコードをPythonのBDDフレームワークbehaveで書いたものです。

使い方

まず最初に、以下の手順で環境設定を行います。

cd /path/to/junitbook-behave/
# ↓venvは必須ではないけどお勧め。
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

以下の手順でテストを実行します。

behave */features

About

「JUnit実践入門 第17章 振舞駆動開発」サンプルコードをPythonのBDDフレームワークbehave(http://pythonhosted.org/behave/)で書いたもの

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published