Skip to content

Commit

Permalink
Merge pull request #164 from jamescooke/update-readme
Browse files Browse the repository at this point in the history
Update README: add article, update version strings, fix doc link
  • Loading branch information
jamescooke committed Aug 5, 2020
2 parents 8ac9697 + fb4d617 commit 4a44f27
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ therefore always easy to see the object behaviour each test is focused on.

Further reading:

* `Arrange-Act-Assert: A Pattern for Writing Good Tests
<https://automationpanda.com/2020/07/07/arrange-act-assert-a-pattern-for-writing-good-tests/>`_
- a great introduction to AAA from a Python perspective.

* `Arrange Act Assert pattern for Python developers
<https://jamescooke.info/arrange-act-assert-pattern-for-python-developers.html>`_
- information about the pattern and each part of a test.
Expand Down Expand Up @@ -152,9 +156,9 @@ string:
.. code-block:: shell
$ flake8 --version
3.7.9 (aaa: 0.9.0, mccabe: 0.6.1, pycodestyle: 2.5.0, pyflakes: 2.1.1) ...
3.8.3 (aaa: 0.11.0, mccabe: 0.6.1, pycodestyle: 2.6.0, pyflakes: 2.2.0) ...
The ``aaa: 0.9.0`` part tells you that Flake8-AAA was installed successfully
The ``aaa: 0.11.0`` part tells you that Flake8-AAA was installed successfully
and its checks will be used by Flake8.

Further reading:
Expand Down Expand Up @@ -214,7 +218,7 @@ Flake8 with ``--select``:
Further reading:

* `Using Flake8 <https://flake8.pycqa.org/en/latest/user/index.html>`_.
* `Using Flake8 <https://flake8.pycqa.org/en/stable/user/index.html>`_.

Via command line
................
Expand Down

0 comments on commit 4a44f27

Please sign in to comment.