mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-20 16:10:24 +00:00
9 lines
250 B
Python
9 lines
250 B
Python
import datahub as datahub_metadata
|
|
|
|
|
|
def test_datahub_version():
|
|
# Simply importing pkg_resources checks for unsatisfied dependencies.
|
|
import pkg_resources
|
|
|
|
assert pkg_resources.get_distribution(datahub_metadata.__package_name__).version
|