chanced / jsonptr

JSON Pointer (RFC 6901) implementation for Rust
Apache License 2.0
44 stars 4 forks source link

Remove unnecessary tests #57

Open chanced opened 3 months ago

chanced commented 3 months ago

Remove useless tests.

asmello commented 3 months ago

Rather than remove, another option is to change them so they are more useful. I get why having high coverage is appealing, it has good marketing value, and open-source projects subsist on popularity. So rather than reduce coverage we can just increase test quality to achieve the same effect. Some working principles to keep in mind to achieve that:

chanced commented 2 weeks ago

Yea, I really need to clean these up.