You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per work to solve #200 , this uses --aaa-act-block-style=large command line option. However, command line mode has no command line option parser and so passing this has no effect.
This means that tests formatted with latest Black won't pass AAA when called from command line mode, and it's not possible to set the required "large" Act block style option to fix the issue.
Expected behaviour
Extend command line mode so that it can handle this option.
The text was updated successfully, but these errors were encountered:
Current behaviour
As per work to solve #200 , this uses
--aaa-act-block-style=large
command line option. However, command line mode has no command line option parser and so passing this has no effect.This means that tests formatted with latest Black won't pass AAA when called from command line mode, and it's not possible to set the required "large" Act block style option to fix the issue.
Expected behaviour
Extend command line mode so that it can handle this option.
The text was updated successfully, but these errors were encountered: