feat: implement Textual TUI and SQLite database for sensor management
This commit is contained in:
8
tests/test_tui.py
Normal file
8
tests/test_tui.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import pytest
|
||||
from sensorpajen.tui.app import SensorpajenApp
|
||||
|
||||
def test_tui_app_init():
|
||||
# Just test that we can instantiate it
|
||||
app = SensorpajenApp()
|
||||
assert app.discovery_manager is not None
|
||||
assert app.sensor_config is not None
|
||||
Reference in New Issue
Block a user