Open Issues Need Help
View All on GitHubAI Summary: This issue is about completing the writing of tests that parse recently added sample data. The user points to `ProducerTest` in `gbfs-v1` as an example of where to start.
Kotlin Multiplatform utilities for working with open transportation data.
AI Summary: The `./gradlew wasmJsD8Test` command is failing with an unclear error, preventing WASM JS D8 tests from running. Other JavaScript and WASM targets are functioning correctly, indicating a specific issue with the D8 environment. The test task has been temporarily disabled in CI to avoid build failures.
Kotlin Multiplatform utilities for working with open transportation data.
AI Summary: The issue proposes adding automated tests for the Ktor client to ensure proper encoding and decoding functionality. The current tests only cover the encoding/decoding logic itself, not its integration with the client. The author suggests using a mock HTTP server, citing a previous successful implementation in another project, as real-world GBFS services are deemed unreliable for testing.
Kotlin Multiplatform utilities for working with open transportation data.