Skip to content

Commit 171615a

Browse files
jgehrckejreback
authored andcommitted
CLN: move pytables tests to tests/io/pytables dir (#26986)
1 parent 9088f5e commit 171615a

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

pandas/tests/io/pytables/__init__.py

Whitespace-only changes.

pandas/tests/io/pytables/test_compat.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import pytest
22

33
import pandas as pd
4-
from pandas.tests.io.test_pytables import ensure_clean_path
4+
from pandas.tests.io.pytables.test_pytables import ensure_clean_path
55
from pandas.util.testing import assert_frame_equal
66

77
tables = pytest.importorskip('tables')

0 commit comments

Comments
 (0)