Skip to content

Commit

Permalink
edit 3 Expanding your test suite.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wcejahuerta authored Nov 30, 2023
1 parent 67c4dab commit 630189e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TDD Lab Documentation/3 Expanding your test suite.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ After refactoring, you can start the cycle again by writing new failing tests fo
By continuously cycling through these steps, you build a robust codebase with a comprehensive suite of tests, making it easier to maintain and extend over time.

Congratulations! You've completed the tutorial on Test-Driven Development (TDD) with Python.
Continue practicing TDD in your projects to experience its benefits firsthand.
Continue practicing TDD in your projects to experience its benefits first hand.

## Test-Driven Development Resources
1. [PyTest Documentation](https://docs.pytest.org/en/latest/):
Expand Down

0 comments on commit 630189e

Please sign in to comment.