defenseunicorns / lula

The Compliance Validator
Apache License 2.0
136 stars 23 forks source link

Console testing #627

Closed meganwolf0 closed 1 week ago

meganwolf0 commented 2 weeks ago

Describe what should be investigated or refactored

Add Testing to console/tui packages

Additional context

Explore using teatest vs custom unit tests for models vs some other test framework out there(?)

Expected Deliverable

Tests!

brandtkeller commented 2 weeks ago

For posterity - having more success currently with the use of golden files and FinalModel() in place of FinalOutput()

See this testing draft