mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Typo fix
This commit is contained in:
parent
7506a89be0
commit
0f63cb83ed
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ Using datasette.client in tests
|
||||||
|
|
||||||
The :ref:`internals_datasette_client` mechanism is designed for use in tests. It provides access to a pre-configured `HTTPX async client <https://www.python-httpx.org/async/>`__ instance that can make GET, POST and other HTTP requests against a Datasette instance from inside a test.
|
The :ref:`internals_datasette_client` mechanism is designed for use in tests. It provides access to a pre-configured `HTTPX async client <https://www.python-httpx.org/async/>`__ instance that can make GET, POST and other HTTP requests against a Datasette instance from inside a test.
|
||||||
|
|
||||||
I simple test looks like this:
|
A simple test looks like this:
|
||||||
|
|
||||||
.. literalinclude:: ../tests/test_docs.py
|
.. literalinclude:: ../tests/test_docs.py
|
||||||
:language: python
|
:language: python
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue