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

Update test dependencies to support newer test runner #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Viir
Copy link

@Viir Viir commented Nov 11, 2023

Running the latest version of elm-test-rs on this project failed with the following error message:

Error: Failed to solve dependencies for tests to run

Caused by:
    This version of elm-test-rs only supports elm-explorations/test 2.0.0 <= v < 3.0.0, but you have 1.1.0 <= v < 2.0.0 in your dependencies

The changes in this pull request update the dependencies to enable running tests with the latest version of elm-test-rs Changes in the API of the test framework required adaption of the test code. For details on changes in the test framework, see:

Running the latest version of elm-test-rs on this project failed with the following error message:

```
Error: Failed to solve dependencies for tests to run

Caused by:
    This version of elm-test-rs only supports elm-explorations/test 2.0.0 <= v < 3.0.0, but you have 1.1.0 <= v < 2.0.0 in your dependencies
```

The commit updates the dependencies to enable running tests with the latest version of elm-test-rs
Changes in the API of the test framework required adaption of the test code. For details on changes in the test framework, see:

+ elm-explorations/test@e3584bd (elm-explorations/test#46, elm-explorations/test#224)
+ elm-explorations/test@9aa32d9 (elm-explorations/test#48)
+ elm-explorations/test@387aa2d (elm-explorations/test#157)
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

Successfully merging this pull request may close these issues.

1 participant