MCPcopy Index your code
hub / github.com/python/cpython / setUp

Method setUp

Lib/test/test_gettext.py:212–216  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

210
211class GettextTestCase1(GettextBaseTest):
212 def setUp(self):
213 GettextBaseTest.setUp(self)
214 self.localedir = os.curdir
215 self.mofile = MOFILE
216 gettext.install('gettext', self.localedir, names=['pgettext'])
217
218 def test_some_translations(self):
219 eq = self.assertEqual

Callers

nothing calls this directly

Calls 2

setUpMethod · 0.45
installMethod · 0.45

Tested by

no test coverage detected