summaryrefslogtreecommitdiff
path: root/test
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
commitb5a7a91b5ab0d6461ba399eb89db4ce5af447325 (patch)
tree4c93e1b69e70da3991057841ef0866aab794d0da /test
parent442eb914a350a66716580fb9ed306fec1f27756d (diff)
Test: explicit names for remaining tests and modulesHEADmaster
Diffstat (limited to 'test')
-rw-r--r--test/attach.et4
-rw-r--r--test/chatroom.et2
-rw-r--r--test/contact.et2
-rw-r--r--test/network.et2
-rw-r--r--test/storage.et2
-rw-r--r--test/sync.et4
6 files changed, 14 insertions, 2 deletions
diff --git a/test/attach.et b/test/attach.et
index afbdd0e..fb52729 100644
--- a/test/attach.et
+++ b/test/attach.et
@@ -1,4 +1,6 @@
-test:
+module attach
+
+test Attach:
let services = "attach,sync"
spawn as p1
diff --git a/test/chatroom.et b/test/chatroom.et
index 54f9b2a..e49b4b8 100644
--- a/test/chatroom.et
+++ b/test/chatroom.et
@@ -1,3 +1,5 @@
+module chatroom
+
def refpat = /blake2#[0-9a-f]+/
test ChatroomSetup:
diff --git a/test/contact.et b/test/contact.et
index 978f8a6..0f967a6 100644
--- a/test/contact.et
+++ b/test/contact.et
@@ -1,3 +1,5 @@
+module contact
+
test Contact:
let services = "attach,contact,sync"
diff --git a/test/network.et b/test/network.et
index a670f35..e55c383 100644
--- a/test/network.et
+++ b/test/network.et
@@ -1,3 +1,5 @@
+module network
+
test Discovery:
spawn as p1
spawn as p2
diff --git a/test/storage.et b/test/storage.et
index 845971b..16b66e2 100644
--- a/test/storage.et
+++ b/test/storage.et
@@ -1,3 +1,5 @@
+module storage
+
import common
test Storage:
diff --git a/test/sync.et b/test/sync.et
index d465b11..f98b527 100644
--- a/test/sync.et
+++ b/test/sync.et
@@ -1,4 +1,6 @@
-test:
+module sync
+
+test Sync:
let services = "attach,sync"
spawn as p1