Exemplo n.º 1
0
def _make_tmp_file():
    fc = FileCreator()
    test_tmpdir = fc.create_dir("testdata")
    meta_file = os.path.join(test_tmpdir, "schema.txt")
    return test_tmpdir, meta_file
Exemplo n.º 2
0
 def setUpClass(cls):
     cls.fc = FileCreator()