Explorar o código

Fix pytest config file name

Samuel Dion-Girardeau %!s(int64=7) %!d(string=hai) anos
pai
achega
9f6ea762a7
Modificáronse 1 ficheiros con 1 adicións e 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 {