This commit is contained in:
Mirco 2024-07-05 08:17:29 +02:00
parent 4725ce71d0
commit 68054fc75d
3 changed files with 2 additions and 15 deletions

View file

@ -46,7 +46,7 @@ def drun(project):
@task @task
def test(project): def test(project):
build = get_devops_build(project) build = get_devops_build(project)
run("MEMBERNAMES=ALex,Flori ./gradlew test", shell=True, check=True) run("MEMBERNAMES=er,sie,es ./gradlew test", shell=True, check=True)
@task @task

View file

@ -1,13 +0,0 @@
package com.ModeratorElection;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class DemoApplicationTests {
@Test
void contextLoads() {
}
}

View file

@ -5,7 +5,7 @@ import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test; import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest; import org.springframework.boot.test.context.SpringBootTest;
//@SpringBootTest @SpringBootTest
public class MainViewTest { public class MainViewTest {
@Test @Test
void mainViewConstructor() { void mainViewConstructor() {