base.py 166 B

123456789
  1. import os.path
  2. import unittest
  3. class Test(unittest.TestCase):
  4. def setUp(self):
  5. self.testdata_dir = os.path.join(os.path.dirname(__file__), 'testdata')