6 lines
100 B
Python
6 lines
100 B
Python
from wiistream.pong.pong import __version__
|
|
|
|
|
|
def test_version():
|
|
assert __version__ == "0.1.0"
|