Skip to content

Instantly share code, notes, and snippets.

View tokarthik's full-sized avatar

tokarthik

  • Greentrend Ltd
  • London
View GitHub Profile
@geographika
geographika / nosetemplate.py
Created October 10, 2012 18:35
node template sample
from nose.plugins import Plugin
class HtmlOutput(Plugin):
"""
This is the plugin class
A simple HTMLPlugin can be seen at https://github.com/nose-devs/nose/blob/master/examples/html_plugin/htmlplug.py
However this does not use templates
"""
pass