From eab2fb45675b8cf001e6c71433f17f15f537b330 Mon Sep 17 00:00:00 2001 From: Vincent A Date: Sun, 4 Apr 2021 12:09:21 +0200 Subject: [PATCH] docs: more rename --- docs/source/guides/tests.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/guides/tests.rst b/docs/source/guides/tests.rst index 7e763d0514..5df292faf6 100644 --- a/docs/source/guides/tests.rst +++ b/docs/source/guides/tests.rst @@ -4,7 +4,7 @@ Automated tests Summary ******* -Weboob is a wide project which has several backends and applications, and changes can impact a lot of subsystems. To be sure that everything works fine after an important change, it's necessary to have automated tests on each subsystems. +Woob is a wide project which has several backends and applications, and changes can impact a lot of subsystems. To be sure that everything works fine after an important change, it's necessary to have automated tests on each subsystems. How it works ************ @@ -53,7 +53,7 @@ If no one is found, the tests are skipped. Example:: - from weboob.tools.test import BackendTest + from woob.tools.test import BackendTest class YoutubeTest(BackendTest): MODULE = 'youtube' -- GitLab