added cwd setup boiler-plate to *.TestCase where missing

This commit is contained in:
Michael Pöhn 2018-08-14 10:34:13 +02:00
parent f153a61277
commit 7d5f4d3ab9
8 changed files with 16 additions and 0 deletions

View file

@ -141,6 +141,8 @@ class MetadataTest(unittest.TestCase):
if __name__ == "__main__":
os.chdir(os.path.dirname(__file__))
parser = optparse.OptionParser()
parser.add_option("-v", "--verbose", action="store_true", default=False,
help="Spew out even more information than normal")