-
Notifications
You must be signed in to change notification settings - Fork 323
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split UnitTestGenerator into generator and validator.
Issue #170 aims to tackle the refactor of UnitTestGenerator and this is an attempt to split UnitTestGenerator into generator and validator. This PR is a first of a series of refactoring we can apply to UnitTestGenerator. * Created a new class `UnitTestValidator` by copying running, validating and processing coverage from `UnitTestGenerator` * Doesn't include any cleanup or optimization and kept the PR to be minimal structural changes. * Use prompt from UnitTestGenerator when storing a failed test into the database.
- Loading branch information
1 parent
11aad4f
commit b5d96b3
Showing
6 changed files
with
972 additions
and
741 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.