Skip to content

Commit

Permalink
datadir
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed May 21, 2024
1 parent d49e20a commit 3237330
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compliance_checker/tests/test_protocols.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@
import platform

import pytest
from importlib_resources import files

from compliance_checker.protocols import zarr
from compliance_checker.suite import CheckSuite

from .conftest import datadir
datadir = files("compliance_checker").joinpath("tests/data").resolve()

id_url = {
# Check that urls with Content-Type header of "application/x-netcdf" can
Expand Down

0 comments on commit 3237330

Please sign in to comment.