Ghost: Create a theme unit test guide

Created on 24 Nov 2013  路  6Comments  路  Source: TryGhost/Ghost

Just like what WordPress has (http://codex.wordpress.org/Theme_Unit_Test) it'd be useful to have a .db dump of all types of content that theme developers can test against.

tests / tools / standards themes / frontend

Most helpful comment

I needed this so I did the basics, based on WordPress's version: https://github.com/nickisnoble/ghost-theme-unit-test

Edit: Damn, I guess I need to redo the whole thing with kittens!

All 6 comments

It should contain pictures of cats.

:+1: to both of you :grinning:

I needed this so I did the basics, based on WordPress's version: https://github.com/nickisnoble/ghost-theme-unit-test

Edit: Damn, I guess I need to redo the whole thing with kittens!

We have a style test post on the demo blog. I figured the raw markdown for that might be useful, so I dropped it in a gist - you can grab the raw HTML & markdown for the post there.

I think between this and @nickisnoble's repo, we can probably close this issue for now. I'm going to add a link to this issue to the theme documentation, so if anyone else has something similar they'd like to share, post it here and theme devs will hopefully find it :)

Was this page helpful?
0 / 5 - 0 ratings