6 lines
93 B
Python
6 lines
93 B
Python
from tcga_downloader import __version__
|
|
|
|
|
|
def test_version_present():
|
|
assert __version__
|