RediSearch / JRediSearch

Java Client for RediSearch
https://redisearch.io
BSD 2-Clause "Simplified" License
141 stars 62 forks source link

Avoid running redundant tests #149

Closed sazzad16 closed 3 years ago

sazzad16 commented 3 years ago

AggregationTest and AggregationBuilderTest were extending ClientTest. As a result, tests in ClientTest were actually running three times! This PR avoids the redundancy using a common base class without tests. ClientJsonTest is also changed to use this common base.