summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2026-01-14 21:12:21 +0100
committerRoman Smrž <roman.smrz@seznam.cz>2026-01-14 21:12:21 +0100
commitbfeefa5c2491ec929850f0a1c2fce151b1b021c5 (patch)
tree86cb6fd05c308a70040151b1f3ed40b63b391f40
parent3c51a791b622021ca742ffc42b06ccd9753839ae (diff)
(test) Test: explicit names for remaining tests and modules
-rw-r--r--attach.et4
-rw-r--r--chatroom.et2
-rw-r--r--contact.et2
-rw-r--r--network.et2
-rw-r--r--storage.et2
-rw-r--r--sync.et4
6 files changed, 14 insertions, 2 deletions
diff --git a/attach.et b/attach.et
index afbdd0e..fb52729 100644
--- a/attach.et
+++ b/attach.et
@@ -1,4 +1,6 @@
-test:
+module attach
+
+test Attach:
let services = "attach,sync"
spawn as p1
diff --git a/chatroom.et b/chatroom.et
index 54f9b2a..e49b4b8 100644
--- a/chatroom.et
+++ b/chatroom.et
@@ -1,3 +1,5 @@
+module chatroom
+
def refpat = /blake2#[0-9a-f]+/
test ChatroomSetup:
diff --git a/contact.et b/contact.et
index 978f8a6..0f967a6 100644
--- a/contact.et
+++ b/contact.et
@@ -1,3 +1,5 @@
+module contact
+
test Contact:
let services = "attach,contact,sync"
diff --git a/network.et b/network.et
index a670f35..e55c383 100644
--- a/network.et
+++ b/network.et
@@ -1,3 +1,5 @@
+module network
+
test Discovery:
spawn as p1
spawn as p2
diff --git a/storage.et b/storage.et
index 845971b..16b66e2 100644
--- a/storage.et
+++ b/storage.et
@@ -1,3 +1,5 @@
+module storage
+
import common
test Storage:
diff --git a/sync.et b/sync.et
index d465b11..f98b527 100644
--- a/sync.et
+++ b/sync.et
@@ -1,4 +1,6 @@
-test:
+module sync
+
+test Sync:
let services = "attach,sync"
spawn as p1