File: test_scpi.py

package info (click to toggle)
python-scpi 2.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 292 kB
  • sloc: python: 912; sh: 26; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 164 bytes parent folder | download
1
2
3
4
5
6
7
"""Package level tests"""
from scpi import __version__


def test_version() -> None:
    """Make sure version matches expected"""
    assert __version__ == "2.4.0"