mirror of
https://gitlab.com/chicken-riders/RcGcDw.git
synced 2025-02-23 00:24:09 +00:00
Actually fix pytest tests
This commit is contained in:
parent
71b7188d97
commit
68303dd18b
|
@ -18,4 +18,5 @@ import argparse
|
|||
parser = argparse.ArgumentParser(description="Start RcGcDw")
|
||||
parser.add_argument("--test", action='store_true', help="mode used for testing, sends only 5 entries of both rc and discussion changes and sends daily overview")
|
||||
parser.add_argument("--settings", default="settings.json", type=argparse.FileType(encoding='utf8'), help="provides a path to settings file (default ./settings.json)")
|
||||
command_args = parser.parse_args()
|
||||
command_args, unknown = parser.parse_known_args()
|
||||
|
||||
|
|
Loading…
Reference in a new issue