Skip to content
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

All tests run / only previous exercise runs #9

Open
zwilias opened this issue Oct 22, 2019 · 0 comments
Open

All tests run / only previous exercise runs #9

zwilias opened this issue Oct 22, 2019 · 0 comments

Comments

@zwilias
Copy link
Owner

zwilias commented Oct 22, 2019

On current master (c4b2440), attempting to run the tests for a single exercise gives some issues.

To reproduce:

  • clone the repo
  • run npm i
  • run npx elm-test
  • run npx elm-test tests/Exercise01

The second invocation is expected to execute only the tests for the first exercise, but instead runs them all.

Alternative scenario:

  • clone the repo
  • run npm i
  • run npx elm-test tests/Exercise01
  • run npx elm-test tests/Exercise02

The second invocation is expected to run the tests for the second exercise, but instead runs the tests for the first exercise again.


Current workaround: delete elm-stuff/generated-code when switching between exercises.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant