From f9c73c88b78fe17369757f071210068621e8d932 Mon Sep 17 00:00:00 2001 From: Almasty007 <nat2013@laposte.net> Date: Tue, 7 Feb 2023 17:44:24 +0100 Subject: [PATCH] ajout test non fonctionnels --- ProjectCalculator.iml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ProjectCalculator.iml diff --git a/ProjectCalculator.iml b/ProjectCalculator.iml new file mode 100644 index 0000000..1c501ac --- /dev/null +++ b/ProjectCalculator.iml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<module version="4"> + <component name="NewModuleRootManager"> + <content url="file://$MODULE_DIR$"> + <sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" /> + </content> + </component> +</module> \ No newline at end of file -- GitLab