mirror of
https://github.com/correl/tornado-openapi3-example.git
synced 2024-11-23 11:09:56 +00:00
6 lines
105 B
Python
6 lines
105 B
Python
|
from tornado_openapi3_example import __version__
|
||
|
|
||
|
|
||
|
def test_version():
|
||
|
assert __version__ == '0.1.0'
|