Level / abstract-level

Abstract class for a lexicographically sorted key-value database.
MIT License
128 stars 8 forks source link

Remove redundant range tests #16

Open vweevers opened 5 years ago

vweevers commented 5 years ago

See https://github.com/Level/abstract-leveldown/pull/353#discussion_r336780503. That PR changed the range tests to automatically test the inverse of options (in reverse mode), more akin to property-based testing. It made some handwritten reverse=true tests redundant.