From c8247bd99885578fd9eac33e5ecc04bf358e4dc8 Mon Sep 17 00:00:00 2001 From: Override-6 Date: Mon, 30 Jan 2023 20:57:27 +0100 Subject: [PATCH] suppression dossier target et modif dans gitignore --- .gitignore | 1 + .../src/org/tbasket/error/ExceptionEnum.scala | 2 +- target/test-reports-zio/output.json | 61 ------------------- 3 files changed, 2 insertions(+), 62 deletions(-) delete mode 100644 target/test-reports-zio/output.json diff --git a/.gitignore b/.gitignore index 6774166..c90b89a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ build .idea out +target */.gradle/ .bsp keys diff --git a/Core/src/org/tbasket/error/ExceptionEnum.scala b/Core/src/org/tbasket/error/ExceptionEnum.scala index a9c539d..2f08017 100644 --- a/Core/src/org/tbasket/error/ExceptionEnum.scala +++ b/Core/src/org/tbasket/error/ExceptionEnum.scala @@ -1,5 +1,5 @@ package org.tbasket.error trait ExceptionEnum extends Exception { - + } diff --git a/target/test-reports-zio/output.json b/target/test-reports-zio/output.json deleted file mode 100644 index 9469bc0..0000000 --- a/target/test-reports-zio/output.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "results": [ - { - "name" : "Test Task name not available here/\/login page handler/login situation tests/login with unknown account", - "status" : "Success", - "durationMillis" : "4864", - "annotations" : "", - "fullyQualifiedClassName" : "Test Task name not available here", - "labels" : ["\/login page handler", "login situation tests", "login with unknown account"] - }, - { - "name" : "Test Task name not available here/\/login page handler/login situation tests/login with known account wrong password", - "status" : "Success", - "durationMillis" : "4888", - "annotations" : "", - "fullyQualifiedClassName" : "Test Task name not available here", - "labels" : ["\/login page handler", "login situation tests", "login with known account wrong password"] - }, - { - "name" : "Test Task name not available here/\/login page handler/login situation tests/login with known account", - "status" : "Success", - "durationMillis" : "6001", - "annotations" : "", - "fullyQualifiedClassName" : "Test Task name not available here", - "labels" : ["\/login page handler", "login situation tests", "login with known account"] - }, - { - "name" : "Test Task name not available here/\/login page handler/erroned request body tests/with no password attribute", - "status" : "Success", - "durationMillis" : "2869", - "annotations" : "", - "fullyQualifiedClassName" : "Test Task name not available here", - "labels" : ["\/login page handler", "erroned request body tests", "with no password attribute"] - }, - { - "name" : "Test Task name not available here/\/login page handler/erroned request body tests/empty packet", - "status" : "Success", - "durationMillis" : "2949", - "annotations" : "", - "fullyQualifiedClassName" : "Test Task name not available here", - "labels" : ["\/login page handler", "erroned request body tests", "empty packet"] - }, - { - "name" : "Test Task name not available here/\/login page handler/erroned request body tests/with invalid json", - "status" : "Success", - "durationMillis" : "2932", - "annotations" : "", - "fullyQualifiedClassName" : "Test Task name not available here", - "labels" : ["\/login page handler", "erroned request body tests", "with invalid json"] - }, - { - "name" : "Test Task name not available here/\/login page handler/erroned request body tests/with no mail attribute", - "status" : "Success", - "durationMillis" : "2959", - "annotations" : "", - "fullyQualifiedClassName" : "Test Task name not available here", - "labels" : ["\/login page handler", "erroned request body tests", "with no mail attribute"] - } - - ] -} \ No newline at end of file