-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Description:
This issue is similar to Issue 2 but focuses on creating additional unit tests for the Factory Method pattern. The goal is to cover more scenarios, including different game types or edge cases.
Suggested tasks:
- Create new test cases in
test_factory.py. - Ensure all factories return the correct object types.
- Cover scenarios not included in the original Issue 2, such as error handling or alternative game configurations.
Motivation:
Adding more unit tests increases the reliability of the project and helps prevent bugs in future changes.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers