redis / redis-om-spring

Spring Data Redis extensions for better search, documents models, and more
MIT License
603 stars 93 forks source link

Test: Add tests for the demo applications using TestContainers #37

Open bsbodden opened 2 years ago

bsbodden commented 2 years ago

We use a Redis fork of Test Containers () to do integration testing, with one base class for each type of persistence/repositories:

The tasks would be to write tests for the 3 demos applications under /demos to provide an example for users.

Possibly depends on #93

maorohana-redis commented 2 years ago

comment