From 6ae47ae756b5900ce85267d46b4dd9161f7237ac Mon Sep 17 00:00:00 2001 From: Hagen Wierstorf Date: Thu, 16 Nov 2023 13:13:16 +0100 Subject: [PATCH] Fix docstring of tests --- tests/test_backend.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test_backend.py b/tests/test_backend.py index e4b7a078..1b024de7 100644 --- a/tests/test_backend.py +++ b/tests/test_backend.py @@ -1,8 +1,8 @@ import audb -def test_visiting_repos(private_and_public_repository): - r"""Tests visiting several repos when looking for a database. +def test_visiting_private_repos(private_and_public_repository): + r"""Tests visiting private repos when looking for a database. When requesting a database, audb needs to look for it @@ -26,7 +26,7 @@ def test_visiting_non_existing_repos(non_existing_repository): audb needs to look for it in every repository on the corresponding backend. This should not fail, - even when the user has no access rights. + even when a repository does not exist. """ audb.load(