Skip to content

Commit

Permalink
fix(tests): Remove unused fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpovel committed Jul 26, 2022
1 parent a462fc6 commit 6fd7baa
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tests/visualization/conftest.py
Original file line number Diff line number Diff line change
@@ -1,11 +0,0 @@
import json

import pytest

from tests import DATA_DIR


@pytest.fixture(params=["full"])
def resume(request):
with open(DATA_DIR / "resumes" / request.param + ".json") as f:
return json.load(f)

0 comments on commit 6fd7baa

Please sign in to comment.