forked from meissa/ModeratorElection
Fix test
This commit is contained in:
parent
4725ce71d0
commit
68054fc75d
3 changed files with 2 additions and 15 deletions
2
build.py
2
build.py
|
@ -46,7 +46,7 @@ def drun(project):
|
|||
@task
|
||||
def test(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
|
||||
|
|
|
@ -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() {
|
||||
}
|
||||
|
||||
}
|
|
@ -5,7 +5,7 @@ import org.junit.jupiter.api.Assertions;
|
|||
import org.junit.jupiter.api.Test;
|
||||
import org.springframework.boot.test.context.SpringBootTest;
|
||||
|
||||
//@SpringBootTest
|
||||
@SpringBootTest
|
||||
public class MainViewTest {
|
||||
@Test
|
||||
void mainViewConstructor() {
|
||||
|
|
Loading…
Reference in a new issue