tests.test_track_guess_number
Validates the Gherkin file features/track_guesses.feature
- Feature: Playing a round
- As a Wordle game I need to track how many guesses were already given, stating wins/losses In order to play the game 
Module Contents
Functions
| Scenario: First guess is allowed | |
| Scenario: Fifth guess still allowed | |
| Scenario: Sixth failed guess is game over | |
| Scenario: Winning guess | |
| Scenario: Invalid guess isn't counted | 
- tests.test_track_guess_number.test_sixth_guess_allowed()[source]
- Scenario: Fifth guess still allowed