Skip to content

dbraley/enigma

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install behave

pip install behave

Run BDD Tests

In a terminal, from the project directory

behave -k --tags=-todo

Process

Make failing test pass. Then uncomment one more test from the features/*.feature files, and make it pass as well. You may need to modify the features/steps/enigma_step_def.py file. Refactor and repeat.

About

Enigma Kata by @dbraley

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Gherkin 90.4%
  • Python 9.6%