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