summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2016-02-10 00:54:00 +0100
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2016-02-10 00:56:45 +0100
commit5ec286d3b666a8f570e90ea18ec492b6db996fb7 (patch)
treefb376efc587691876d029f51bb99e4f3560e3b84
parent99337aaa01860c771704e1c558c225f8fead5b3b (diff)
downloadfactory-boy-5ec286d3b666a8f570e90ea18ec492b6db996fb7.tar
factory-boy-5ec286d3b666a8f570e90ea18ec492b6db996fb7.tar.gz
Document mailing-list
-rw-r--r--README.rst11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index ee737c9..4d114e5 100644
--- a/README.rst
+++ b/README.rst
@@ -78,6 +78,7 @@ Links
* Documentation: http://factoryboy.readthedocs.org/
* Repository: https://github.com/rbarrois/factory_boy
* Package: https://pypi.python.org/pypi/factory_boy/
+* Mailing-list: `factoryboy@googlegroups.com <mailto:factoryboy@googlegroups.com>`_ | https://groups.google.com/forum/#!forum/factoryboy
factory_boy supports Python 2.6, 2.7, 3.2 to 3.5, as well as PyPy; it requires only the standard Python library.
@@ -336,6 +337,7 @@ Contributing
factory_boy is distributed under the MIT License.
Issues should be opened through `GitHub Issues <http://github.com/rbarrois/factory_boy/issues/>`_; whenever possible, a pull request should be included.
+Questions and suggestions are welcome on the `mailing-list <mailto:factoryboy@googlegroups.com>`_.
All pull request should pass the test suite, which can be launched simply with:
@@ -356,7 +358,7 @@ To test with a specific framework version, you may use:
.. code-block:: sh
- $ make DJANGO=1.7 test
+ $ make DJANGO=1.9 test
Valid options are:
@@ -365,6 +367,13 @@ Valid options are:
* ``ALCHEMY`` for ``SQLAlchemy``
+To avoid running ``mongoengine`` tests (e.g no mongo server installed), run:
+
+.. code-block:: sh
+
+ $ make SKIP_MONGOENGINE=1 test
+
+
Contents, indices and tables
----------------------------