Skip to content

Commit

Permalink
fixed small doc issue (#877)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunstanford authored and seemethere committed Aug 2, 2017
1 parent 222eca6 commit 9b3fbe4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -14,3 +14,4 @@ settings.py
docs/_build/
docs/_api/
build/*
.DS_Store
2 changes: 1 addition & 1 deletion docs/sanic/testing.md
Expand Up @@ -59,7 +59,7 @@ the available arguments to aiohttp can be found
[in the documentation for ClientSession](https://aiohttp.readthedocs.io/en/stable/client_reference.html#client-session).


# pytest-sanic
## pytest-sanic

[pytest-sanic](https://github.com/yunstanford/pytest-sanic) is a pytest plugin, it helps you to test your code asynchronously.
Just write tests like,
Expand Down

0 comments on commit 9b3fbe4

Please sign in to comment.