feat: added tests.

This commit is contained in:
Pierre Tellier
2025-03-09 21:06:31 +01:00
parent 215d80ad70
commit 1106cf8478
2 changed files with 53 additions and 0 deletions

View File

@ -1,5 +1,6 @@
package enseirb.myinpulse;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@ -7,5 +8,6 @@ import org.springframework.boot.test.context.SpringBootTest;
class MyinpulseApplicationTests {
@Test
@DisplayName("contextLoad => Test if the context can load, i.e. the application can start")
void contextLoads() {}
}