/
setwind
/
olympiad
Обзор
Документация
Войти
/
setwind
/
olympiad
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/test/java/com/cfuv/olympus/OlympiadApplicationTests.java
20 строк
592 B
InfinityExistence
renames session to contest-id and task-number
11 мар 2025, 20:48
11 мар 2025, 20:48
1829bfb
Код
Авторство
О чём код?
package com.cfuv.olympus; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.boot.testcontainers.service.connection.ServiceConnection; import org.testcontainers.containers.PostgreSQLContainer; import org.testcontainers.junit.jupiter.Container; import org.testcontainers.junit.jupiter.Testcontainers; @SpringBootTest class OlympiadApplicationTests { @Container @ServiceConnection static PostgreSQLContainer<?> container = new PostgreSQLContainer<>("postgres"); @Test void contextLoads() { } }