exercism / exercism/kotlin

[Discussion] Choosing build options

Open
#351 9 comments 0 reactions 0 assignees View on GitHub
issue: requires investigation
Dominant language
Kotlin
Stars
249
Forks
204
PR merge metrics
No merged PRs in 30d

Description

@exercism/kotlin

Currently we are using Junit4 tests with `@Ignore` annotation that students need to remove manually.

**Q**: What can be used instead?
**A**: Fail-fast strategy: stop after first failed test - no more manual work for students.

**Q**: What other options for testing tooling we have?
**A**:
- JUnit 5 - newer Junit.
- Kotlintest/Spek - better DSL. One step towards data-driven tests.
- Custom test-runner. Can also be an option for that simple tests we have.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.