1
0
mirror of https://github.com/michaelharms/comcrawl.git synced 2021-09-27 00:43:48 +03:00
Files
comcrawl-common-crawl/tests/test_comcrawl.py
Michael Harms eddb0432dd Initial commit
2020-01-09 22:16:25 +01:00

6 lines
89 B
Python

from comcrawl import __version__
def test_version():
assert __version__ == '0.1.0'