elm-spa-example icon indicating copy to clipboard operation
elm-spa-example copied to clipboard

add tests?

Open pdamoc opened this issue 8 years ago • 5 comments

To my understanding, the waited elm-test mentioned in tests/README.md has been released. Even a small example of how to do tests would be useful.

A more complex example that integrates with travis-ci would be even more helpful.

pdamoc avatar Jun 13 '17 10:06 pdamoc

I'm still waiting for this as well. I'd love to see some good tests in elm, it's still a bit confusing for me aside from the obvious ones.

MichaelCombs28 avatar Jan 06 '18 07:01 MichaelCombs28

I have a impression that the author is waiting for 0.19 :thinking: to add the missing parts

aislanmaia avatar Jan 06 '18 15:01 aislanmaia

Nope, just haven't circled back to this code base in a long time. 😅

rtfeldman avatar Feb 01 '18 03:02 rtfeldman

To set clear expectations, I'm looking at my book writing, OSS projects, and speaking schedule for 2018, and I'm oversubscribed on those alone, even if I did nothing else with my free time this year. With that in mind, the most time I'm going to be able to devote to this repo in 2018 is to update it for new Elm language releases (e.g. 0.19) and do quick fixes for some of the bugs.

I'd love to have bandwidth to add some elm-test and especially elm-html-test tests for this, but I'm choosing to prioritize writing, OSS, and speaking over that in 2018, which means I'll have bandwidth to add tests in 2019 at the earliest.

rtfeldman avatar Mar 15 '18 22:03 rtfeldman

@pdamoc @MichaelCombs28 @aislanmaia My implementation has both unit and fuzz tests.

dwayne avatar Apr 23 '24 02:04 dwayne