From 0f5581f53f73a92d33826c4771553a9683376e67 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Thu, 18 Jun 2026 00:08:54 +0200 Subject: Adds unit testing scaffold and build tests --- test/test_v1.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/test_v1.py (limited to 'test/test_v1.py') diff --git a/test/test_v1.py b/test/test_v1.py new file mode 100644 index 0000000..466e4bd --- /dev/null +++ b/test/test_v1.py @@ -0,0 +1,6 @@ +from test_general import SalisTest + +class TestV1(SalisTest): + @SalisTest.run_ui_test(anc="noops", anc_path="test/anc", ui="noops", ui_path="test/ui/v1", vm_arch="v1") + def test_ui_v1_noops(self): + pass -- cgit v1.2.1