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 'a4c280a4e0664c1298e29dadc306cb5e' != 'a4c280a4e0664c1298e29dadc306cb5e'
+ where 'a4c280a4e0664c1298e29dadc306cb5e' = <baseframe.forms.fields.NonceField object at 0x7efc46e5e5e0>.data
+ where <baseframe.forms.fields.NonceField object at 0x7efc46e5e5e0> = <validators_test.FormTest object at 0x7efc46e612b0>.form_nonce
+ where <validators_test.FormTest object at 0x7efc46e612b0> = namespace(url_form=<validators_test.UrlFormTest object at 0x7efc46df7fa0>, emoji_form=<validators_test.EmojiFormTest o...st.PublicEmailDomainFormTest object at 0x7efc46e61160>, nonce_form=<validators_test.FormTest object at 0x7efc46e612b0>).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 0x7efc46e4eee0>>()
+ where <bound method Form.validate of <validators_test.EmojiFormTest object at 0x7efc46e4eee0>> = <validators_test.EmojiFormTest object at 0x7efc46e4eee0>.validate
+ where <validators_test.EmojiFormTest object at 0x7efc46e4eee0> = namespace(url_form=<validators_test.UrlFormTest object at 0x7efc46e3edf0>, emoji_form=<validators_test.EmojiFormTest o...st.PublicEmailDomainFormTest object at 0x7efc46e4e550>, nonce_form=<validators_test.FormTest object at 0x7efc46e4e220>).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/.
|
Loading