diff options
| author | Paul Oliver <contact@pauloliver.dev> | 2026-06-18 00:08:54 +0200 |
|---|---|---|
| committer | Paul Oliver <contact@pauloliver.dev> | 2026-06-25 00:15:17 +0200 |
| commit | 0f5581f53f73a92d33826c4771553a9683376e67 (patch) | |
| tree | eab8172d21dc4a0b36714af541d22a82cec858f3 /test/test_v1.py | |
| parent | 00a0cb3821ce2bd0fc589ae64ed9cbb791ce44bb (diff) | |
Adds unit testing scaffold and build tests
Diffstat (limited to 'test/test_v1.py')
| -rw-r--r-- | test/test_v1.py | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
