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:
parent
46c1899732
commit
760f1cb75e
6 changed files with 74 additions and 32 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue