diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2015-01-21 06:50:56 +0100 |
---|---|---|
committer | Alexis Hildebrandt <afh@surryhill.net> | 2015-01-21 08:03:53 +0100 |
commit | c7a30bf7d8e2b79624925a6f27281a0297217398 (patch) | |
tree | 74b0a446d98ffaa4b49ea6c500d73552d73f54b2 /test/DocTests.py | |
parent | 213f0341c1559bad2e873c309247b4de8acfa746 (diff) | |
download | fork-ledger-c7a30bf7d8e2b79624925a6f27281a0297217398.tar.gz fork-ledger-c7a30bf7d8e2b79624925a6f27281a0297217398.tar.bz2 fork-ledger-c7a30bf7d8e2b79624925a6f27281a0297217398.zip |
[tests] Refactor CheckTests.py into custom scripts
Diffstat (limited to 'test/DocTests.py')
-rwxr-xr-x | test/DocTests.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/DocTests.py b/test/DocTests.py index ea32608e..e362b980 100755 --- a/test/DocTests.py +++ b/test/DocTests.py @@ -221,7 +221,8 @@ class DocTests: if __name__ == "__main__": def getargs(): - parser = argparse.ArgumentParser(prog='DocTests', description='Test ledger examples from the documentation', prefix_chars='-') + parser = argparse.ArgumentParser(prog='DocTests', + description='Test and validate ledger examples from the texinfo manual') parser.add_argument('-v', '--verbose', dest='verbose', action='count', |