mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-04 16:31:05 +03:00
added cwd setup boiler-plate to *.TestCase where missing
This commit is contained in:
parent
f153a61277
commit
7d5f4d3ab9
8 changed files with 16 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue