Skip to content

[Discussion] Choosing build options #351

Open
@dector

Description

@dector

@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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    issue: requires investigationThis issue requires further investigation from maintainers.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions