Skip to content

Commit d858f6b

Browse files
author
Sylvain MARIE
committed
Fixed test import on python 2
1 parent 11b4764 commit d858f6b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pytest_cases/tests/cases/issues/issue_225/__init__.py

Whitespace-only changes.

pytest_cases/tests/cases/issues/issue_225/test_sth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import pytest_cases
2-
from pytest_cases.tests.cases.issues.issue_225.cases import *
2+
from .cases import *
33

44

55
@pytest_cases.parametrize_with_cases("case_y", cases=case_y)

0 commit comments

Comments
 (0)