Skip to content

Commit

Permalink
add necessary pytest mark
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Borreguero <[email protected]>
  • Loading branch information
jmborr committed Apr 24, 2024
1 parent 912d85b commit e41a1de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import pytest


@pytest.mark.datarepo()
def test_data_server(data_server):
r"""find one file within the data-directory"""
expected = os.path.join(data_server.directory, "testdataserver", "empty.txt")
Expand Down

0 comments on commit e41a1de

Please sign in to comment.