We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e9240f7 + a808e09 commit dc9ad12Copy full SHA for dc9ad12
_pytest/cacheprovider.py
@@ -192,8 +192,8 @@ def cache(request):
192
cache.get(key, default)
193
cache.set(key, value)
194
195
- Keys must be strings not containing a "/" separator. Add a unique identifier
196
- (such as plugin/app name) to avoid clashes with other cache users.
+ Keys must be a ``/`` separated value, where the first part is usually the
+ name of your plugin or application to avoid clashes with other cache users.
197
198
Values can be any object handled by the json stdlib module.
199
"""
0 commit comments