Refactor property generation & testing #73
Labels
C-Project
A larger project that may take multiple days.
S-Moderate
Moderate importance
U-Error Reporting
U-Testing
Z-Refactoring
Z-Student
Good project for a student.
e.g. currently desugaring happens for every single test! There should be a desugaring pass that happens before tests are run. Desugaring can also include translating special properties into universally quantified ones for randomized testing (but keeping the special names around for printing results).
The way we are returning results from testing is also silly, we should cleanly separate the results from printing messages.
The text was updated successfully, but these errors were encountered: