AllYarnsAreBeautiful/kniteditor

View on GitHub
kniteditor/test/test_can_import.py

Summary

Maintainability
A
0 mins
Test Coverage
"""Test the the module can be imported."""


def test_can_import():
    """Import the module and check for a version."""
    import kniteditor
    assert kniteditor.__version__