mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
8 lines
161 B
Python
8 lines
161 B
Python
"""Tests for basic-memory package"""
|
|
|
|
from basic_memory import __version__
|
|
|
|
|
|
def test_version():
|
|
"""Test version is set"""
|
|
assert __version__ is not None |