-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtests.edn
More file actions
22 lines (21 loc) · 926 Bytes
/
tests.edn
File metadata and controls
22 lines (21 loc) · 926 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
;;; SPDX-FileCopyrightText: 2024 Jomco B.V.
;;; SPDX-FileCopyrightText: 2024 Stichting Connekt
;;; SPDX-FileContributor: Joost Diepenmaat <joost@jomco.nl>
;;; SPDX-FileContributor: Remco van 't Veer <remco@jomco.nl>
;;;
;;; SPDX-License-Identifier: AGPL-3.0-or-later
#kaocha/v1
{:tests [{:id :clj-ishare-jwt
:test-paths ["clj-ishare-jwt/test"]}
{:id :clj-ishare-client
:test-paths ["clj-ishare-client/test"]}
{:id :clj-ring-middleware
:test-paths ["clj-ring-middleware/test"]}
{:id :authorization-register
:test-paths ["authorization-register/test"]}
{:id :authentication-service
:test-paths ["authentication-service/test"]}
{:id :association-register
:test-paths ["association-register/test"]}
{:id :connector
:test-paths ["connector/test"]}]}