Better proptests for classification #20
Labels
area: proptest
Improvements to proptest coverage
help wanted
External contributions welcome
type: reliability
Tests, code quality
Milestone
We have proptests for classifiers in
tests/classifier_correctness_test.rs
, but they are limited – they are explicitly coded in a way that disallows quoted sequences and escaped quotes.It's important to test all possible paths, so these tests should be extended to also include quoted and escaped sequences. The best way to do this is unclear, so design work is also needed.
The text was updated successfully, but these errors were encountered: