jamescooke/flake8-aaa

Assert that tests with assignment expressions can be parsed

jamescooke opened this issue · 3 comments

https://docs.python.org/3/whatsnew/3.8.html#assignment-expressions

Add example to prove that assignment expressions can be used with py38.

From https://docs.python.org/3/whatsnew/3.8.html#assignment-expressions

Try to limit use of the walrus operator to clean cases that reduce complexity and improve readability.

Need to add some py38-only good examples.