File: test_init.py

package info (click to toggle)
pybalboa 1.1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 296 kB
  • sloc: python: 1,783; makefile: 4
file content (8 lines) | stat: -rw-r--r-- 146 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
"""Tests module."""

from pybalboa import __version__


def test_version() -> None:
    """Test the version."""
    assert __version__ == "0.0.0"