nebula-rss/tests/test_nebula_rss.py

6 lines
91 B
Python
Raw Normal View History

2022-01-11 13:09:24 +00:00
from nebula_rss import __version__
def test_version():
assert __version__ == '0.1.0'