Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 339 Bytes

File metadata and controls

13 lines (7 loc) · 339 Bytes

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.