From c4c90aa96c7f93a084dd589565d6aeacfeb476a7 Mon Sep 17 00:00:00 2001 From: Javi Date: Tue, 13 Jan 2015 01:47:49 +0100 Subject: [PATCH] Fixed tests documentation --- docs/source/topics/tests.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/topics/tests.rst b/docs/source/topics/tests.rst index 6e9e8bcc0..cacf15f86 100644 --- a/docs/source/topics/tests.rst +++ b/docs/source/topics/tests.rst @@ -90,7 +90,7 @@ And let's say too that it uses a database file and you need to clean it before a Testing backend sequences ========================= -To test :class:`Backend ` crawling sequences you can use the +To test :class:`BackendSequenceTest ` crawling sequences you can use the :class:`BackendTest ` class. .. autoclass:: crawlfrontier.tests.backends.BackendSequenceTest @@ -99,7 +99,7 @@ To test :class:`Backend ` crawling sequen .. automethod:: crawlfrontier.tests.backends.BackendSequenceTest.assert_sequence -:class:`BackendTest ` class will run a complete crawl of the passed +:class:`BackendSequenceTest ` class will run a complete crawl of the passed site graphs and return the sequence used by the backend for visiting the different pages. Let's say you want to test to a backend that sort pages using alphabetic order.