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 '7842d2e46a80439fa71776f40e9eef51' != '7842d2e46a80439fa71776f40e9eef51'
+ where '7842d2e46a80439fa71776f40e9eef51' = <baseframe.forms.fields.NonceField object at 0x7f9779498cd0>.data
+ where <baseframe.forms.fields.NonceField object at 0x7f9779498cd0> = <validators_test.FormTest object at 0x7f9779499290>.form_nonce
+ where <validators_test.FormTest object at 0x7f9779499290> = namespace(url_form=<validators_test.UrlFormTest object at 0x7f977968fe90>, emoji_form=<validators_test.EmojiFormTest o...st.PublicEmailDomainFormTest object at 0x7f97794a3750>, nonce_form=<validators_test.FormTest object at 0x7f9779499290>).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 0x7f977961eb50>>()
+ where <bound method Form.validate of <validators_test.EmojiFormTest object at 0x7f977961eb50>> = <validators_test.EmojiFormTest object at 0x7f977961eb50>.validate
+ where <validators_test.EmojiFormTest object at 0x7f977961eb50> = namespace(url_form=<validators_test.UrlFormTest object at 0x7f97796441d0>, emoji_form=<validators_test.EmojiFormTest o...st.PublicEmailDomainFormTest object at 0x7f97796710d0>, nonce_form=<validators_test.FormTest object at 0x7f977961df10>).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