1
0
mirror of https://github.com/ihabunek/toot synced 2024-12-26 08:52:47 +01:00
Toot-Mastodon-CLI-TUI-clien.../tests/test_version.py
2018-01-15 12:19:37 +01:00

9 lines
241 B
Python

import toot
from pkg_resources import get_distribution
def test_version():
"""Version specified in __version__ should be the same as the one
specified in setup.py."""
assert toot.__version__ == get_distribution('toot').version