Skip to content

Commit

Permalink
test: remove redundant tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Sep 3, 2024
1 parent 7e3e4c5 commit 858b637
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 180 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test-fakeredis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ jobs:
- name: Run tests
working-directory: tests/fakeredis
run: |
poetry run pytest test/ --ignore test/test_hypothesis.py --ignore test/test_json/ \
poetry run pytest test/ \
--ignore test/test_hypothesis.py \
--ignore test/test_json/ \
--ignore test_bitmap_commands.py \
--junit-xml=results-tests.xml --html=report-tests.html -v
continue-on-error: true # For now to mark the flow as successful
Expand Down
147 changes: 0 additions & 147 deletions tests/fakeredis/test/test_extract_args.py

This file was deleted.

16 changes: 0 additions & 16 deletions tests/fakeredis/test/test_general.py

This file was deleted.

16 changes: 0 additions & 16 deletions tests/fakeredis/test/test_mock.py

This file was deleted.

0 comments on commit 858b637

Please sign in to comment.