Skip to content

Commit

Permalink
jping 3
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 3, 2024
1 parent 512ad4f commit 51ac25f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ SOFTWARE.
<dependency>
<groupId>com.yegor256</groupId>
<artifactId>jping</artifactId>
<version>0.0.4</version>
<version>0.0.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 3 additions & 1 deletion src/test/java/org/eolang/lints/LintByXslTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

import com.jcabi.xml.XML;
import com.jcabi.xml.XMLDocument;
import com.yegor256.MayBeSlow;
import com.yegor256.WeAreOnline;
import com.yegor256.xsline.Shift;
import com.yegor256.xsline.StClasspath;
Expand Down Expand Up @@ -69,8 +70,8 @@ void lintsOneFile() throws IOException {
}

@ParameterizedTest
@ExtendWith(MayBeSlow.class)
@ExtendWith(WeAreOnline.class)
@ExtendWith(M)
@ClasspathSource(value = "org/eolang/lints/eo-packs/", glob = "**.yaml")
void testsAllLintsByEo(final String pack) throws IOException {
final CheckPack check = new CheckPack(pack);
Expand All @@ -86,6 +87,7 @@ void testsAllLintsByEo(final String pack) throws IOException {

@ParameterizedTest
@SuppressWarnings("unchecked")
@ExtendWith(MayBeSlow.class)
@ExtendWith(WeAreOnline.class)
@ClasspathSource(value = "org/eolang/lints/xmir-packs/", glob = "**.yaml")
void testsAllLintsByXmir(final String pack) {
Expand Down
1 change: 1 addition & 0 deletions src/test/resources/log4j.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ log4j.appender.CONSOLE.layout=com.jcabi.log.MulticolorLayout
log4j.appender.CONSOLE.layout.ConversionPattern=%d{HH:mm:ss} [%p] %c: %m%n

log4j.logger.org.eolang.parser.CheckPack=INFO
log4j.logger.com.yegor256.MayBeSlow=INFO

0 comments on commit 51ac25f

Please sign in to comment.