-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
initialize napier using global test config
- Loading branch information
1 parent
f0b797a
commit 0c6ce78
Showing
10 changed files
with
32 additions
and
14 deletions.
There are no files selected for viewing
Submodule kmp-crypto
updated
from fa8082 to 1ba0f1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import io.github.aakira.napier.DebugAntilog | ||
import io.github.aakira.napier.Napier | ||
import io.kotest.core.config.AbstractProjectConfig | ||
|
||
object KotestConfig : AbstractProjectConfig() { | ||
init { | ||
Napier.takeLogarithm() | ||
Napier.base(DebugAntilog()) | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import io.github.aakira.napier.DebugAntilog | ||
import io.github.aakira.napier.Napier | ||
import io.kotest.core.config.AbstractProjectConfig | ||
|
||
object KotestConfig : AbstractProjectConfig() { | ||
init { | ||
Napier.takeLogarithm() | ||
Napier.base(DebugAntilog()) | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
import io.github.aakira.napier.DebugAntilog | ||
import io.github.aakira.napier.Napier | ||
import io.kotest.core.config.AbstractProjectConfig | ||
|
||
object KotestConfig : AbstractProjectConfig() { | ||
init { | ||
Napier.base(DebugAntilog()) | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
|