Fix typo in docs "textures" -> "fixtures"
This commit is contained in:
parent
231e2f9a90
commit
8f98ac5ae8
|
@ -254,7 +254,7 @@ application modules:
|
||||||
if ``myapp.testsupport.myplugin`` also declares ``pytest_plugins``, the contents
|
if ``myapp.testsupport.myplugin`` also declares ``pytest_plugins``, the contents
|
||||||
of the variable will also be loaded as plugins, and so on.
|
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
|
external applications without the need to create external plugins using
|
||||||
the ``setuptools``'s entry point technique.
|
the ``setuptools``'s entry point technique.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue