Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 288 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 288 Bytes

Testing

Test Driven Development code examples using pytest and behave for Behavioural Driven Development.

Uses a simple Caesar cipher class to demonstrate how to use pytest for TDD & BDD

From the TDD/caesar directory you can execute the following commands:

$ pytest -v

$ behave -v