tests.test_checking_guess_valid_word
Validates the Gherkin file features/checking_guess_valid_word.feature:
- Feature: Checking a guess is a valid word
As a Wordle game I need to confirm each guessed word is valid So that I only accept real words, no kwyjibo
Module Contents
Functions
Scenario: Reject long words |
|
Scenario: Reject short words |
|
Scenario: Reject fake words via dictionary |
|
Scenario: Accept five letter dictionary words |
- tests.test_checking_guess_valid_word.test_reject_overly_short_words()[source]
Scenario: Reject short words