Skip to content

Commit

Permalink
Update updated spec name, declare spec for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pvandyken committed Feb 5, 2024
1 parent f7db3c5 commit 6cba37c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version: "v0.10.1"
version: "v0.11.0"
description: |
Spec corresponding to `BIDS v1.9.0`_.
Significantly expanded from the v0.0.0 spec, now including long names for
every relevant entity. In addition to the spec, it includes `from` and `to`
entities intended for transformations. Unknown entities are placed just before
desc, so that the description entity is always last.
every relevant entity. In addition to the official spec, it includes `from`
and `to` entities intended for transformations. Unknown entities are placed
just before desc, so that the description entity is always last.
.. _BIDS v1.9.0: https://bids-specification.readthedocs.io/en/v1.9.0/
Expand Down
5 changes: 3 additions & 2 deletions snakebids/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from pyfakefs.fake_filesystem import FakeFilesystem

import snakebids.paths.resources as specs
from snakebids import resources
from snakebids import resources, set_bids_spec

## Hypothesis profiles

Expand All @@ -27,9 +27,10 @@

settings.load_profile(os.getenv("HYPOTHESIS_PROFILE", "dev"))

# Fixtures
set_bids_spec("v0_0_0")


# Fixtures
@pytest.fixture
def fakefs(
request: pytest.FixtureRequest,
Expand Down

0 comments on commit 6cba37c

Please sign in to comment.