We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5642e0f + 97f0aaa commit 3d10143Copy full SHA for 3d10143
niworkflows/utils/tests/README.md renamed to niworkflows/utils/README.md
@@ -1,9 +1,10 @@
1
-# Generating a BIDS skeleton
+# niworkflows.utils.testing
2
+## Generating a BIDS skeleton
3
Creating a BIDS skeleton can be useful when testing methods that operate on diverse BIDS datasets.
4
This readme contains some information on using `niworkflows.utils.tests.bids.generate_bids_skeleton()` to create a BIDS skeleton.
5
6
-## Example configuration
7
+### Example configuration
8
9
> sessions.yaml
10
niworkflows/utils/tests/bids.py renamed to niworkflows/utils/testing.py
niworkflows/utils/tests/test_bids_skeleton.py
@@ -1,7 +1,7 @@
import pytest
from bids import BIDSLayout
-from .bids import generate_bids_skeleton
+from ..testing import generate_bids_skeleton
bids_dir_sessions = {
0 commit comments