add tests
All checks were successful
github-mirror / push-github (push) Successful in 3s
Build / Gradle-Build (push) Successful in 18s
Test / Gradle-Test (push) Successful in 21s

This commit is contained in:
2025-02-19 10:50:30 +01:00
parent 842fcfe5ac
commit 8943d6d4a4
17 changed files with 183 additions and 323 deletions

View File

@@ -18,11 +18,12 @@ repositories {
dependencies {
// Use JUnit Jupiter for testing.
testImplementation(libs.junit.jupiter)
testImplementation(libs.mockito)
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
implementation(libs.log4j)
implementation(libs.discord4j) {
exclude(module="discord4j-voice")
// exclude(module="discord4j-voice")
}
implementation(libs.geantyref)
implementation(project(":lib"))