54f5afe
1
2
3
4
5
6
7
8
9
"""Test RAGLite.""" import raglite def test_import() -> None: """Test that the package can be imported.""" assert isinstance(raglite.__name__, str)