From fe2dac42911acba67894b038542e547aa254c94b Mon Sep 17 00:00:00 2001 From: Christian Ledermann Date: Sun, 19 Nov 2023 21:00:43 +0000 Subject: [PATCH] lint markdown --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9f2909f..a4f0a9e 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,9 @@ Collection of awesome Python resources for testing and generating test data. - [Tools](#tools) - [UI Testing](#ui-testing) - [Resources](#resources) - - [Articles](#articles) - - [Books](#books) - - [Related](#related) + - [Articles](#articles) + - [Books](#books) + - [Related](#related) ## Assertions @@ -216,6 +216,7 @@ Collection of awesome Python resources for testing and generating test data. - [squape](https://github.com/CyberAlpaca/squish-api-python-extension) - is a package that extends Squish API providing convenience tools for everyday automated test cases development. ## Resources + ### Articles - [Anna-Lena Popkes: "Mocking in Python"](https://alpopkes.com/posts/python/mocking/)