Skip to content

Commit

Permalink
Merge pull request #1021 from rommapp/misc/replace-pytest-vcr-with-py…
Browse files Browse the repository at this point in the history
…test-recording

misc: Replace pytest-vcr dependency with pytest-recording
  • Loading branch information
gantoine authored Jul 24, 2024
2 parents 158b16c + 959e896 commit e7e37f4
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 30,834 deletions.
21,998 changes: 0 additions & 21,998 deletions backend/handler/filesystem/tests/cassettes/test_get_rom_cover.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions backend/handler/filesystem/tests/test_fs.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
import os
from pathlib import Path

import pytest
from handler.filesystem import fs_platform_handler, fs_resource_handler, fs_rom_handler
from models.platform import Platform


@pytest.mark.vcr
async def test_get_rom_cover():
path_cover_s, path_cover_l = await fs_resource_handler.get_cover(
overwrite=False, entity=None, url_cover=""
Expand Down
260 changes: 0 additions & 260 deletions backend/handler/tests/cassettes/test_get_matched_roms_by_id.yaml

This file was deleted.

Loading

0 comments on commit e7e37f4

Please sign in to comment.