yatt-ai / yattie

A tool to help testers test.
GNU General Public License v3.0
59 stars 10 forks source link

dev: extract EvidenceItem class and use it everywhere #172

Open dacoaster opened 4 months ago

dacoaster commented 4 months ago

Right now, items are constructed manually on the fly. We should have a class to represent this instead and use it everywhere we create an item in the state.

dacoaster commented 4 months ago

@dockabernathy01