jsonresume / jsonresume-theme-boilerplate

Boilerplate theme for JSON Resume.
https://jsonresume.org/themes/
157 stars 144 forks source link

Unit testing #8

Open mchelen opened 9 years ago

mchelen commented 9 years ago

It would be great to add a basic unit test, perhaps via .travis.yml to help developers confirm their theme is working.

erming commented 9 years ago

Nah, I think it's overkill.

And we can't really take for granted that people using this boilerplate knows Node and how to run/add tests. And Travis requires signing up, right?

Manual testing via resume serve should do it.

mchelen commented 9 years ago

Whoops, I totally filed this bug in the wrong repo. I meant to post it in resume-cli.

thomasdavis commented 9 years ago

I'd have to disagree, a Travis test that can signify if a theme is rendering would be fantastic.

mchelen commented 9 years ago

Ah ok yes that would be helpful. I don't think it's possible to test if the output is correct, but we can at least check that the render was performed without errors.