ciselab / TestGenie

TestGenie - an IntelliJ plugin that natively integrates EvoSuite into the IDE. EvoSuite is an automated test suite generation tool using evolutionary algorithms. Used for research @ SERG, TU Delft.
MIT License
1 stars 0 forks source link

Caching #101

Closed martinmladenov closed 2 years ago

martinmladenov commented 2 years ago

Description

Every time tests are generated, save them in a cache. Then, use those tests when possible instead of generating new tests.

Definition of Done

Sub-issues:

martinmladenov commented 2 years ago

Moving to Sprint 5 as other issues were prioritised by the client this week.