File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -250,12 +250,14 @@ def setup(app):
250
250
251
251
.. |@reproduce_failure| replace:: :func:`@reproduce_failure <hypothesis.reproduce_failure>`
252
252
253
- .. |RedisExampleDatabase| replace:: :class:`~hypothesis.extra.redis.RedisExampleDatabase`
253
+ .. |ExampleDatabase| replace:: :class:`~hypothesis.database.ExampleDatabase`
254
+ .. |DirectoryBasedExampleDatabase| replace:: :class:`~hypothesis.database.DirectoryBasedExampleDatabase`
254
255
.. |InMemoryExampleDatabase| replace:: :class:`~hypothesis.database.InMemoryExampleDatabase`
255
256
.. |ReadOnlyDatabase| replace:: :class:`~hypothesis.database.ReadOnlyDatabase`
256
257
.. |MultiplexedDatabase| replace:: :class:`~hypothesis.database.MultiplexedDatabase`
257
258
.. |GitHubArtifactDatabase| replace:: :class:`~hypothesis.database.GitHubArtifactDatabase`
258
259
.. |BackgroundWriteDatabase| replace:: :class:`~hypothesis.database.BackgroundWriteDatabase`
260
+ .. |RedisExampleDatabase| replace:: :class:`~hypothesis.extra.redis.RedisExampleDatabase`
259
261
260
262
.. |str| replace:: :obj:`python:str`
261
263
.. |int| replace:: :obj:`python:int`
You can’t perform that action at this time.
0 commit comments