From b81bbdd91a72a41f6c290777939280fefe909404 Mon Sep 17 00:00:00 2001 From: Serge Smertin <259697+nfx@users.noreply.github.com> Date: Tue, 16 Apr 2024 20:05:05 +0200 Subject: [PATCH] Fixed ToC for `mocking` checker (#29) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3b5f666..029fa3c 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,9 @@ PyLint with checks for common mistakes and issues in Python code specifically in * [`C8915`: `spark-outside-function`](#c8915-spark-outside-function) * [`C8917`: `use-display-instead-of-show`](#c8917-use-display-instead-of-show) * [`W8916`: `no-spark-argument-in-function`](#w8916-no-spark-argument-in-function) + * [`mocking` checker](#mocking-checker) + * [`R8918`: `explicit-dependency-required`](#r8918-explicit-dependency-required) + * [`R8919`: `obscure-mock`](#r8919-obscure-mock) * [Testing in isolation](#testing-in-isolation) * [Project Support](#project-support)