mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-17 20:50:44 +00:00
Add system property picocli.ansi=false, to help reliability of tests, which can fail if the don't expect ansci codes in the outputs
This commit is contained in:
@ -70,6 +70,7 @@ class QPicoCliImplementationTest
|
|||||||
@BeforeEach
|
@BeforeEach
|
||||||
public void beforeEach() throws Exception
|
public void beforeEach() throws Exception
|
||||||
{
|
{
|
||||||
|
System.setProperty("picocli.ansi", "false");
|
||||||
TestUtils.primeTestDatabase();
|
TestUtils.primeTestDatabase();
|
||||||
QContext.init(TestUtils.defineInstance(), new QSession());
|
QContext.init(TestUtils.defineInstance(), new QSession());
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user