NaXzyu / Dialogos

Dialogos: Pioneering Interactive Narratives and Language Proficiency with Enhanced AI in Unity
MIT License
3 stars 1 forks source link

Implement Basic Unit Tests for SocraticAgent and Lexer Classes #11

Closed p3nGu1nZz closed 5 months ago

p3nGu1nZz commented 5 months ago

Implement Basic Unit Tests for SocraticAgent and Lexer Classes

Objective:

To ensure the reliability and correctness of the SocraticAgent and Lexer classes within the Dialogos project, we aim to implement a suite of basic unit tests.

Tasks:

Acceptance Criteria:

This ticket will serve as the foundation for maintaining high code quality and facilitating future feature development with confidence.

p3nGu1nZz commented 5 months ago

wrote a new Test plan document https://github.com/NaXzyu/Dialogos/blob/main/docs/Test-Plan-Dialogos-Project.md

p3nGu1nZz commented 5 months ago

Test runner and NUnit setup and automated locally. github action still needs more configuration to automate. see issue #13