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 'fff6ec9160674d19aefe078934e2e9bf' != 'fff6ec9160674d19aefe078934e2e9bf'
+ where 'fff6ec9160674d19aefe078934e2e9bf' = <baseframe.forms.fields.NonceField object at 0x7f1087efb980>.data
+ where <baseframe.forms.fields.NonceField object at 0x7f1087efb980> = <validators_test.FormTest object at 0x7f1087efb440>.form_nonce
+ where <validators_test.FormTest object at 0x7f1087efb440> = namespace(url_form=<validators_test.UrlFormTest object at 0x7f1087efb140>, emoji_form=<validators_test.EmojiFormTest o...st.PublicEmailDomainFormTest object at 0x7f1087efb470>, nonce_form=<validators_test.FormTest object at 0x7f1087efb440>).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 0x7f1087f416d0>>()
+ where <bound method Form.validate of <validators_test.EmojiFormTest object at 0x7f1087f416d0>> = <validators_test.EmojiFormTest object at 0x7f1087f416d0>.validate
+ where <validators_test.EmojiFormTest object at 0x7f1087f416d0> = namespace(url_form=<validators_test.UrlFormTest object at 0x7f1087f41580>, emoji_form=<validators_test.EmojiFormTest o...st.PublicEmailDomainFormTest object at 0x7f1087f41a30>, nonce_form=<validators_test.FormTest object at 0x7f1087f418b0>).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