Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.

Commit

Permalink
Update quickstart.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
danqing committed Apr 16, 2015
1 parent 288d832 commit 615cfb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Using charlatan in test cases
-----------------------------

`Charlatan` works best when used with :py:class:`unittest.TestCase`. Your test
class needs to inherits from :py:class:`charlatan.FixturesManagerMixin`.
class needs to inherit from :py:class:`charlatan.FixturesManagerMixin`.

`Charlatan` uses an internal cache to store fixtures instance (in particular to
create relationships). If you are resetting your database after each tests
Expand Down

0 comments on commit 615cfb1

Please sign in to comment.