From b5a7a91b5ab0d6461ba399eb89db4ce5af447325 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: explicit names for remaining tests and modules --- test/attach.et | 4 +++- test/chatroom.et | 2 ++ test/contact.et | 2 ++ test/network.et | 2 ++ test/storage.et | 2 ++ test/sync.et | 4 +++- 6 files changed, 14 insertions(+), 2 deletions(-) (limited to 'test') 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 -- cgit v1.2.3