DEBSOURCES
Skip Quicknav
sources / django-nose / 1.1-1 / testapp / plugin_t / test_with_plugins.py
123456
from nose.tools import eq_ def test_one(): from testapp import plugins eq_(plugins.plugin_began, True)