Skip to content

Building a Runner for this Koans #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
md-weber opened this issue May 16, 2020 · 1 comment · Fixed by #10
Closed

Building a Runner for this Koans #8

md-weber opened this issue May 16, 2020 · 1 comment · Fixed by #10
Labels
discussion enhancement New feature or request help wanted Extra attention is needed

Comments

@md-weber
Copy link
Collaborator

I would like to have a Test Runner for this koan. The problem that I would like to solve is that the tests are running in a non-ordered way.

grafik

It would be great to have a test runner that executes one test by another so we could tell a story with our Koans. The inspiration comes from the Python Koans

@md-weber md-weber added enhancement New feature or request help wanted Extra attention is needed discussion labels May 16, 2020
@md-weber
Copy link
Collaborator Author

I made some ideas about how the test runner should work.

  • Run the tests by a predefined order (Chapter 1: Test 1, 2, 3...- Chapter 2: Test 1, 2, 3)
  • A watch to check if something in the test files has changed
  • Pause at the last failing test and wait for changes on the files

@md-weber md-weber linked a pull request Jun 20, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant