Download:
child 14:e8f91e4a0cb5
parent 12:7c18de2de921
13:296897225fef draft
Anton Shestakov <av6@dwimlabs.net>, Fri, 19 Oct 2018 01:27:03 +0800
test: remove unnecessary setUp()

1 файлов изменено, 0 вставок(+), 3 удалений(-) [+]
test.py file | annotate | diff | comparison | revisions
--- a/test.py Fri Oct 19 01:24:51 2018 +0800
+++ b/test.py Fri Oct 19 01:27:03 2018 +0800
@@ -33,9 +33,6 @@
class MercurialTestCase(PluginTestCase):
plugins = ('Mercurial',)
- def setUp(self):
- ChannelPluginTestCase.setUp(self)
- print 'foo'
def testHghelp(self):
self.assertNotError('hghelp foo')