mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 09:53:08 +02:00
Test: More Python 3 compatibility changes in accessory files
This commit is contained in:
parent
808524507e
commit
ddccfa798c
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ def run_test(test):
|
|||
|
||||
def parse_args():
|
||||
parser = argparse.ArgumentParser(description="Run Taskwarrior tests repeatedly")
|
||||
parser.add_argument('--logging', '-l', action="count",
|
||||
parser.add_argument('--logging', '-l', action="count", default=0,
|
||||
help="Logging level. -lll is the highest level")
|
||||
parser.add_argument('--repeat', metavar="N", type=int, default=100,
|
||||
help="How many times to run each test (default: 100)")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue