/functional_tests/support/ep/someplugin.py

https://bitbucket.org/jpellerin/nose/ · Python · 4 lines · 3 code · 1 blank · 0 comment · 0 complexity · b082e8b7732ba1978082740b4fe58389 MD5 · raw file

  1. from nose.plugins import Plugin
  2. class SomePlugin(Plugin):
  3. pass