mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2024-11-13 02:04:29 +00:00
9 lines
No EOL
189 B
Python
9 lines
No EOL
189 B
Python
import pytest
|
|
|
|
from ..fixtures import linkml_schema_bare, linkml_schema, nwb_schema
|
|
|
|
from nwb_linkml.adapters import DatasetAdapter, ClassAdapter
|
|
|
|
def test_build_base(nwb_schema):
|
|
|
|
pass |