diff --git a/pandas_ods_reader/tests/__init__.py b/pandas_ods_reader/tests/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/pandas_ods_reader/tests/rsc/example_col_lengths.ods b/tests/rsc/example_col_lengths.ods similarity index 100% rename from pandas_ods_reader/tests/rsc/example_col_lengths.ods rename to tests/rsc/example_col_lengths.ods diff --git a/pandas_ods_reader/tests/rsc/example_duplicated_column_names.ods b/tests/rsc/example_duplicated_column_names.ods similarity index 100% rename from pandas_ods_reader/tests/rsc/example_duplicated_column_names.ods rename to tests/rsc/example_duplicated_column_names.ods diff --git a/pandas_ods_reader/tests/rsc/example_headers.ods b/tests/rsc/example_headers.ods similarity index 100% rename from pandas_ods_reader/tests/rsc/example_headers.ods rename to tests/rsc/example_headers.ods diff --git a/pandas_ods_reader/tests/rsc/example_missing_header.ods b/tests/rsc/example_missing_header.ods similarity index 100% rename from pandas_ods_reader/tests/rsc/example_missing_header.ods rename to tests/rsc/example_missing_header.ods diff --git a/pandas_ods_reader/tests/rsc/example_no_headers.ods b/tests/rsc/example_no_headers.ods similarity index 100% rename from pandas_ods_reader/tests/rsc/example_no_headers.ods rename to tests/rsc/example_no_headers.ods diff --git a/pandas_ods_reader/tests/rsc/mixed_dtypes.ods b/tests/rsc/mixed_dtypes.ods similarity index 100% rename from pandas_ods_reader/tests/rsc/mixed_dtypes.ods rename to tests/rsc/mixed_dtypes.ods diff --git a/pandas_ods_reader/tests/test_read_ods.py b/tests/test_read_ods.py similarity index 100% rename from pandas_ods_reader/tests/test_read_ods.py rename to tests/test_read_ods.py