[pre-commit.ci] auto fixes from pre-commit.com hooks #1873
Annotations
6 errors
test (ubuntu-latest, 3.12)
Process completed with exit code 2.
|
test (ubuntu-latest, 3.11):
tests/unit/forms/rsvp_json_test.py#L65
test_valid_json_register_form
assert False is True
+ where False = <bound method Form.validate of <funnel.forms.project.ProjectRegisterForm object at 0x7ff466e0ef90>>()
+ where <bound method Form.validate of <funnel.forms.project.ProjectRegisterForm object at 0x7ff466e0ef90>> = <funnel.forms.project.ProjectRegisterForm object at 0x7ff466e0ef90>.validate
|
test (ubuntu-latest, 3.11):
tests/unit/views/rsvp_test.py#L154
test_valid_json_register
AttributeError: 'NoneType' object has no attribute 'form'
|
test (ubuntu-latest, 3.11):
tests/unit/views/rsvp_test.py#L176
test_valid_encoded_json_register
AttributeError: 'NoneType' object has no attribute 'form'
|
test (ubuntu-latest, 3.11):
../../../../../opt/hostedtoolcache/Python/3.11.6/x64/lib/python3.11/site-packages/pytest_bdd/scenario.py#L902
test_twoflower_tries_to_login_with_an_email_address_from_the_project_page
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5
dom.find/</<@chrome://remote/content/shared/DOM.sys.mjs:132:16
|
test (ubuntu-latest, 3.11)
Process completed with exit code 1.
|