Commit 56f82fde authored by Cage, Gregory's avatar Cage, Gregory
Browse files

Pass unit test for now

parent 4c53c66f
Loading
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
"""Test package."""

from nova.galaxy import Nova


def test_namespace() -> None:
    nova = Nova()
    nova.namespace = "test"
    assert nova.namespace == "test"
def test_data_store() -> None:
    pass