Skip to content

Add elm-test init#4

Merged
rtfeldman merged 4 commits intortfeldman:masterfrom
avh4:master
Aug 13, 2015
Merged

Add elm-test init#4
rtfeldman merged 4 commits intortfeldman:masterfrom
avh4:master

Conversation

@avh4
Copy link
Collaborator

@avh4 avh4 commented Aug 12, 2015

Make it easier to get started with testing by adding elm-test init, which does the following:

  1. elm package install deadfoxygrandpa/Elm-Test
  2. elm package install maxsnew/IO
  3. Creates TestRunner.elm and Tests.elm with example tests.

bin/elm-test Outdated
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably want to include --yes on these, yeah?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm hesitant about that since people using elm-test for the first time might want to get the prompt for the new packages. But how about if we add a --yes option to elm-test init ?

@rtfeldman
Copy link
Owner

This is awesome! Thanks for doing it. 😸

I left a couple of comments.

@avh4
Copy link
Collaborator Author

avh4 commented Aug 12, 2015

Made the suggested changes.

rtfeldman added a commit that referenced this pull request Aug 13, 2015
@rtfeldman rtfeldman merged commit bc4c417 into rtfeldman:master Aug 13, 2015
@rtfeldman
Copy link
Owner

This rules!

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.

2 participants