Deprecate form_nonce (stage 1 of 2) #112
Annotations
3 errors and 1 warning
Test with pytest:
tests/baseframe_tests/forms/validators_test.py#L242
test_nonce_form_on_success
AssertionError: assert '4730abd5953847e98c3f4d47a3304d89' != '4730abd5953847e98c3f4d47a3304d89'
+ where '4730abd5953847e98c3f4d47a3304d89' = <baseframe.forms.fields.NonceField object at 0x7f24dfe77c70>.data
+ where <baseframe.forms.fields.NonceField object at 0x7f24dfe77c70> = <validators_test.FormTest object at 0x7f24dfe765f0>.form_nonce
+ where <validators_test.FormTest object at 0x7f24dfe765f0> = namespace(url_form=<validators_test.UrlFormTest object at 0x7f24dfe96770>, emoji_form=<validators_test.EmojiFormTest o...st.PublicEmailDomainFormTest object at 0x7f24dfe76980>, nonce_form=<validators_test.FormTest object at 0x7f24dfe765f0>).nonce_form
|
Test with pytest:
tests/baseframe_tests/forms/validators_test.py#L269
test_nonce_form_on_failure
assert True is False
+ where True = <bound method Form.validate of <validators_test.EmojiFormTest object at 0x7f24dfe67580>>()
+ where <bound method Form.validate of <validators_test.EmojiFormTest object at 0x7f24dfe67580>> = <validators_test.EmojiFormTest object at 0x7f24dfe67580>.validate
+ where <validators_test.EmojiFormTest object at 0x7f24dfe67580> = namespace(url_form=<validators_test.UrlFormTest object at 0x7f24dfe97dc0>, emoji_form=<validators_test.EmojiFormTest o...st.PublicEmailDomainFormTest object at 0x7f24dfe65cf0>, nonce_form=<validators_test.FormTest object at 0x7f24dfe66560>).emoji_form
|
Test with pytest
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading