6 lines
111 B
Python
6 lines
111 B
Python
from pyinfra import __version__
|
|
|
|
|
|
def test_version(current_version):
|
|
assert __version__ == current_version
|