Skip to content

Commit

Permalink
move test for pickling
Browse files Browse the repository at this point in the history
Moved "test_issue_1231_pickling.py" to "integration_tests",
because of the long runtime (for a unit test).
  • Loading branch information
mozman committed Jan 24, 2025
1 parent 01fdd42 commit f5d78d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import ezdxf
from ezdxf.document import Drawing

EXAMPLES = Path(__file__).parent.parent.parent / "examples_dxf"
EXAMPLES = Path(__file__).parent.parent / "examples_dxf"


def example_dxfs() -> Iterator[Path]:
Expand Down

0 comments on commit f5d78d6

Please sign in to comment.