1
0
mirror of https://github.com/qgis/QGIS.git synced 2025-04-01 00:05:25 -04:00
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')