refactor: refactor fakeredis tests (#3852)

* refactor:fakeredis tests
This commit is contained in:
Daniel M 2024-10-03 05:41:05 -04:00 committed by GitHub
parent 44fbe09108
commit 1958e09a9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 311 additions and 1203 deletions

View file

@ -75,8 +75,6 @@ jobs:
run: |
poetry run pytest test/ \
--ignore test/test_hypothesis.py \
--ignore test/test_geo_commands.py \
--ignore test/test_bitmap_commands.py \
--ignore test/test_json/ \
--ignore test/test_mixins/test_bitmap_commands.py \
--junit-xml=results-tests.xml --html=report-tests.html -v