mirror of https://github.com/tqdm/tqdm.git
Add small test for version variable
This commit is contained in:
parent
7ed6996eb0
commit
6346b8f5eb
|
@ -0,0 +1,3 @@
|
|||
def test_version():
|
||||
from tqdm import __version__
|
||||
assert len(__version__.split('.')) == 4
|
Loading…
Reference in New Issue