Add small test for version variable

This commit is contained in:
Hadrien Mary 2015-10-11 19:01:12 +02:00
parent 7ed6996eb0
commit 6346b8f5eb
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
def test_version():
from tqdm import __version__
assert len(__version__.split('.')) == 4