Explorar el Código

Fix pytest config file name

Samuel Dion-Girardeau hace 7 años
padre
commit
9f6ea762a7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/userguide/testing.rst

+ 1 - 1
docs/userguide/testing.rst

@@ -155,7 +155,7 @@ Example:
 
 .. code-block:: python
 
-    # Put this in your confttest.py
+    # Put this in your conftest.py
     @pytest.fixture(scope='session')
     def celery_config():
         return {