Skip to content

Commit b0dddca

Browse files
Make the tests directory importable, fix _shared
1 parent b100ec9 commit b0dddca

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

tests/__init__.py

Whitespace-only changes.

tests/_shared.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# A common file that can be used to add constants, functions,
22
# convenience classes, etc. that are shared across multiple tests
3+
# similar to tests/v2/util.py, but can be used for both v2 and v3
34

45
import platform
56
import sys

tests/v3/test_buffer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from zarr.array import AsyncArray
1010
from zarr.buffer import ArrayLike, NDArrayLike, NDBuffer
1111

12-
from ._shared import asyncio_tests_wrapper
12+
from .._shared import asyncio_tests_wrapper
1313

1414
if TYPE_CHECKING:
1515
from typing_extensions import Self

0 commit comments

Comments
 (0)