- [x] Describe Arrange Act Assert pattern. - [x] Describe Flake8 - [x] Revert GitHub description field to "A Flake8 plugin that checks Python tests follow the Arrange-Act-Assert pattern" - [x] Explain what Flake8-AAA does and how it helps to write clear tests. - [x] Improve usage example - ideally show success and failure. - [x] Add command line example for running over all files in a test suite. `find + xargs + python -m flake8_aaa` - [x] Adjust home page of documentation to be unique and not reuse README.
find + xargs + python -m flake8_aaa