alicebob / miniredis

Pure Go Redis server for Go unittests
MIT License
3.05k stars 212 forks source link

Make mprovements + change integration test name #362

Closed wszaranski closed 6 months ago

wszaranski commented 6 months ago

Make improvements


Change integration test name to conformance

Integration tests test application code/module together with other software. In case of miniredis there is no connection between miniredis code and original redis. Vanilla Redis is used in tests only as source of truth (basically as part of the test code not tested application). Conformance test name should be more obvious in this case.


NOTE: it's my personal opinion, that in case of miniredis, "integration" test is a little misleading name and "conformance" might be a better one. I don't have strong opinion on this, so if you prefer to keep old name, don't hesitate to drop this commit without any comments :)

alicebob commented 6 months ago

Hi! Thanks for the updates. I did not use all.