mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-07 17:23:11 +00:00
7 lines
151 B
Python
7 lines
151 B
Python
import datahub.ingestion.graph.links as links
|
|
from datahub.testing.doctest import assert_doctest
|
|
|
|
|
|
def test_links() -> None:
|
|
assert_doctest(links)
|