Round-trip integration tests (#3)
All checks were successful
Test Workflow / Lint and test library (push) Successful in 1m43s
Publish Workflow / Publish library (push) Successful in 2m7s

- Implement round-trip tests for some cases.
- Run tests in CI.

Reviewed-on: #3
This commit is contained in:
2023-12-30 16:42:51 +00:00
parent 694b8d4d28
commit e09bf9e9f8
9 changed files with 184 additions and 32 deletions

View File

@@ -12,5 +12,8 @@ tab_width = 4
[{*.yaml,*.yml}]
indent_size = 2
[src/test/**/*]
ktlint_standard_no-wildcard-imports = disabled
[{*.kt,*.kts}]
ij_kotlin_packages_to_use_import_on_demand = org.junit.jupiter.api,aws.sdk.kotlin.services.s3,kotlinx.coroutines,java.io,ziputils