theoforger / mastermind

An LLM-powered CLI tool to help you be a better spymaster in Codenames
GNU General Public License v3.0
3 stars 2 forks source link

Add unit testing #15

Closed theoforger closed 2 months ago

theoforger commented 2 months ago

This pull request adds unit testing to the project, featuring a mock HTTP server to respond API calls. This way GitHub Actions wouldn't rely on API provider for testing

theoforger commented 2 months ago

GitHub Actions passed