From bfeefa5c2491ec929850f0a1c2fce151b1b021c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Wed, 14 Jan 2026 21:12:21 +0100 Subject: (test) Test: explicit names for remaining tests and modules --- attach.et | 4 +++- chatroom.et | 2 ++ contact.et | 2 ++ network.et | 2 ++ storage.et | 2 ++ sync.et | 4 +++- 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 -- cgit v1.2.3