mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-07 00:02:15 -05:00
10 lines
286 B
Python
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')
|