Fix typo in docs "textures" -> "fixtures"

This commit is contained in:
Bruno Oliveira 2017-02-15 13:15:53 -02:00 committed by GitHub
parent 231e2f9a90
commit 8f98ac5ae8
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ application modules:
if ``myapp.testsupport.myplugin`` also declares ``pytest_plugins``, the contents
of the variable will also be loaded as plugins, and so on.
This mechanism makes it easy to share textures within applications or even
This mechanism makes it easy to share fixtures within applications or even
external applications without the need to create external plugins using
the ``setuptools``'s entry point technique.