From a757c1669a81425721a9a245097ebec84457c240 Mon Sep 17 00:00:00 2001 From: Colin-b Date: Wed, 14 Feb 2024 22:09:19 +0100 Subject: [PATCH] Keep number of test cases up to date --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5542eff..2e52845 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Build status Coverage Code style: black -Number of tests +Number of tests Number of downloads

@@ -794,6 +794,7 @@ This is supported on every authentication class exposed by `httpx_auth`, but you ```python from httpx_auth import SupportMultiAuth +# TODO Import your own auth here from my_package import MyAuth class MyMultiAuth(MyAuth, SupportMultiAuth):