summaryrefslogtreecommitdiff
path: root/tests/test_version.py
blob: 7b1c89bce0ef5b8eee982359c6f79ae78e614f57 (plain)
1
2
3
4
5
6
7
"""Version tests."""
from sphinxcontrib.moderncmakedomain import __version__


def test_version():
    """Test that version has at least 3 parts."""
    assert __version__.count('.') >= 2