[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#76938] [PATCH Cuirass 03/13] tests: forgejo: Explicit test name.
From: |
Romain GARBAGE |
Subject: |
[bug#76938] [PATCH Cuirass 03/13] tests: forgejo: Explicit test name. |
Date: |
Tue, 11 Mar 2025 11:34:28 +0100 |
* tests/forgejo.scm : Explicit test name.
---
tests/forgejo.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/forgejo.scm b/tests/forgejo.scm
index 2718bb3..10f183a 100644
--- a/tests/forgejo.scm
+++ b/tests/forgejo.scm
@@ -1,5 +1,5 @@
-;;; forgejo.scm -- tests for (cuirass forgejo) module
-;;; Copyright © 2024 Romain GARBAGE <romain.garbage@inria.fr>
+;;; forgejo.scm -- tests for (cuirass forges forgejo) module
+;;; Copyright © 2024-2025 Romain GARBAGE <romain.garbage@inria.fr>
;;;
;;; This file is part of Cuirass.
;;;
@@ -64,7 +64,7 @@
}
}")
-(test-assert "default-json"
+(test-assert "forgejo-pull-request->specification: default-json"
(specifications=?
(let ((event (json->forgejo-pull-request-event default-pull-request-json)))
(forgejo-pull-request->specification
--
2.48.1
- [bug#76938] [PATCH Cuirass 00/13] Forges notification support., Romain GARBAGE, 2025/03/11
- [bug#76938] [PATCH Cuirass 01/13] cuirass: config: Add %sysconfdir., Romain GARBAGE, 2025/03/11
- [bug#76938] [PATCH Cuirass 03/13] tests: forgejo: Explicit test name.,
Romain GARBAGE <=
- [bug#76938] [PATCH Cuirass 02/13] forges: Add support for token storage., Romain GARBAGE, 2025/03/11
- [bug#76938] [PATCH Cuirass 08/13] forgejo: Extend specification properties content., Romain GARBAGE, 2025/03/11
- [bug#76938] [PATCH Cuirass 05/13] tests: Move common module to src/cuirass/tests., Romain GARBAGE, 2025/03/11
- [bug#76938] [PATCH Cuirass 06/13] forgejo: Add API communication primitive., Romain GARBAGE, 2025/03/11
- [bug#76938] [PATCH Cuirass 04/13] cuirass: tests: Add mock HTTP server for tests., Romain GARBAGE, 2025/03/11
- [bug#76938] [PATCH Cuirass 09/13] forgejo: Add pull request update procedures., Romain GARBAGE, 2025/03/11
- [bug#76938] [PATCH Cuirass 10/13] database: Export build-failure?., Romain GARBAGE, 2025/03/11
- [bug#76938] [PATCH Cuirass 11/13] forges: notification: Add forge notification actor., Romain GARBAGE, 2025/03/11
- [bug#76938] [PATCH Cuirass 07/13] forgejo: Add pull request API manipulation procedures., Romain GARBAGE, 2025/03/11
- [bug#76938] [PATCH Cuirass 12/13] forgejo: Add notification handling., Romain GARBAGE, 2025/03/11