Skip to content

Commit

Permalink
Remove unused test paths
Browse files Browse the repository at this point in the history
  • Loading branch information
bpepple committed Jun 24, 2024
1 parent a57b0fd commit f05fda0
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 6 deletions.
5 changes: 0 additions & 5 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
from datetime import date
from decimal import Decimal
from pathlib import Path

import pytest

from darkseid.metadata import Arc, Basic, Metadata, Price, Series, Universe

TEST_FILES_PATH = Path("tests/test_files")
IMG_DIR = TEST_FILES_PATH / "Captain_Science_001"
CI_XSD = TEST_FILES_PATH / "ComicInfo.xsd"


@pytest.fixture(scope="module")
def fake_metadata() -> Metadata:
Expand Down
3 changes: 2 additions & 1 deletion tests/test_comicinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@

from darkseid.comicinfo import ComicInfo
from darkseid.metadata import Arc, Basic, Credit, Metadata, Role, Series
from tests.conftest import CI_XSD

CI_XSD = Path("tests/test_files/ComicInfo.xsd")


@pytest.fixture()
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit f05fda0

Please sign in to comment.