Skip to content

Commit

Permalink
Fixed tests documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gatufo committed Jan 13, 2015
1 parent 09903fc commit c4c90aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/topics/tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <crawlfrontier.core.components.Backend>` crawling sequences you can use the
To test :class:`BackendSequenceTest <crawlfrontier.core.components.Backend>` crawling sequences you can use the
:class:`BackendTest <crawlfrontier.tests.backends.BackendSequenceTest>` class.

.. autoclass:: crawlfrontier.tests.backends.BackendSequenceTest
Expand All @@ -99,7 +99,7 @@ To test :class:`Backend <crawlfrontier.core.components.Backend>` crawling sequen
.. automethod:: crawlfrontier.tests.backends.BackendSequenceTest.assert_sequence


:class:`BackendTest <crawlfrontier.tests.backends.BackendSequenceTest>` class will run a complete crawl of the passed
:class:`BackendSequenceTest <crawlfrontier.tests.backends.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.
Expand Down

0 comments on commit c4c90aa

Please sign in to comment.