Skip to content

Commit f5d78d6

Browse files
committed
move test for pickling
Moved "test_issue_1231_pickling.py" to "integration_tests", because of the long runtime (for a unit test).
1 parent 01fdd42 commit f5d78d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_10_issues/test_issue_1231_pickling.py renamed to integration_tests/test_issue_1231_pickling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import ezdxf
1212
from ezdxf.document import Drawing
1313

14-
EXAMPLES = Path(__file__).parent.parent.parent / "examples_dxf"
14+
EXAMPLES = Path(__file__).parent.parent / "examples_dxf"
1515

1616

1717
def example_dxfs() -> Iterator[Path]:

0 commit comments

Comments
 (0)