Alphabetize testing libraries

This commit is contained in:
Charles-Axel Dein
2014-10-13 21:44:02 -07:00
parent ce3a0576b3
commit f51b972e2a
+5 -4
View File
@@ -226,6 +226,9 @@ Recipes
Testing
-------
charlatan_
Fixtures management for SQLAlchemy and other systems.
factory_boy_
Generate fake data and create random fixtures for testing in SQLAlchemy
and many other Python ORM systems.
@@ -233,13 +236,11 @@ factory_boy_
mixer_
Generate fake data and create random fixtures for testing in SQLAlchemy
and many other Python ORM systems.
charlatan_
Fixtures management for SQLAlchemy and other systems.
.. _charlatan: https://github.com/uber/charlatan
.. _factory_boy: https://github.com/rbarrois/factory_boy
.. _mixer: https://github.com/klen/mixer
.. _charlatan: https://github.com/uber/charlatan
Thin Abstractions