1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-09-14 10:06:23 -07:00

Make all testing options available to command line

This commit is contained in:
Eggbertx 2024-12-12 17:56:39 -08:00
parent 46c1899732
commit 760f1cb75e
6 changed files with 74 additions and 32 deletions

View file

@ -44,7 +44,7 @@ def make_post(options: TestingOptions, url: str, runner: unittest.TestCase):
options.message if options.message.find("%s") == -1
else (options.message % options.name),
path.abspath(options.upload_path),
options.password)
options.post_password)
WebDriverWait(options.driver, 10).until(
EC.url_matches(threadRE))