mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2024-11-13 02:04:29 +00:00
8 lines
No EOL
163 B
Python
8 lines
No EOL
163 B
Python
import pytest
|
|
|
|
from nwb_linkml.providers.schema import LinkMLProvider
|
|
|
|
def test_linkml_provider():
|
|
|
|
provider = LinkMLProvider()
|
|
core = provider.get('core') |