test_sbus.py 85 B

12345
  1. from sbus import __version__
  2. def test_version():
  3. assert __version__ == '0.1.0'