QGIS/python/ext-libs/nose2/tests/functional/test_dundertest_plugin.py
2016-02-06 03:12:25 +01:00

10 lines
286 B
Python

from nose2.tests._common import FunctionalTestCase
class TestDunderTestPlugin(FunctionalTestCase):
def test_dunder(self):
proc = self.runIn(
'scenario/dundertest_attribute',
'-v')
self.assertTestRunOutputMatches(proc, stderr='Ran 0 tests')