Skip to content

Commit

Permalink
✅ add ASCIIMathTeXImgUnitTest
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Lum committed Mar 23, 2024
1 parent cd12952 commit dba56cc
Show file tree
Hide file tree
Showing 3 changed files with 482 additions and 6 deletions.
3 changes: 2 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ repositories {
dependencies {
// Use JUnit Jupiter for testing.
testImplementation(libs.junit.jupiter)
testImplementation("org.assertj:assertj-core:3.25.3")

testRuntimeOnly("org.junit.platform:junit-platform-launcher")

Expand Down Expand Up @@ -75,7 +76,7 @@ tasks.register<Test>("runUnitTestGen") {
group = "verification"
useJUnitPlatform()
filter {
includeTestsMatching("math.UnitTestGen")
includeTestsMatching("math.TestUnitTestGen")
}
}

Expand Down
Loading

0 comments on commit dba56cc

Please sign in to comment.