Codebase list python-lsassy / run/839c894d-89ca-45cd-829d-831026e1d01e/upstream tests / test_lsassy.py
run/839c894d-89ca-45cd-829d-831026e1d01e/upstream

Tree @run/839c894d-89ca-45cd-829d-831026e1d01e/upstream (Download .tar.gz)

test_lsassy.py @run/839c894d-89ca-45cd-829d-831026e1d01e/upstreamraw · history · blame

1
2
3
4
5
from lsassy import __version__


def test_version():
    assert __version__ == '3.1.6'