jamesarosen / Tumblyzer

A validation and test framework for creating Tumblr themes
http://github.com/gcnovus/tumblyzer
MIT License
2 stars 1 forks source link

create test runner #20

Open jamesarosen opened 15 years ago

jamesarosen commented 15 years ago

Output should look something like

themes/a.html.tmbt should
  produce valid markup................................OK
  support all post types..............................OK
  use static.tumblr.com for static assets.............FAIL

themes/b.html.tmbt should
  ...
joearasin commented 15 years ago

Is there any reason we can't just use Test::Unit?

jamesarosen commented 15 years ago

There's been movement recently towards a variety of other testing frameworks alone or in various combinations. See