Level / abstract-leveldown

An abstract prototype matching the leveldown API.
MIT License
146 stars 53 forks source link

Test that each factory returns a unique db #282

Closed ralphtheninja closed 6 years ago

ralphtheninja commented 6 years ago

Closes https://github.com/Level/abstract-leveldown/issues/260

vweevers commented 6 years ago

Shouldn't each test call setup and teardown?

ralphtheninja commented 6 years ago

Shouldn't each test call setup and teardown?

Guess so. Not all test are doing that still.

vweevers commented 6 years ago

Or hm, is any implementation actually using setup/teardown? 🤔

ralphtheninja commented 6 years ago

Or hm, is any implementation actually using setup/teardown?

We would have to investigate this further I think.