-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First draft of manual #47
Merged
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
fab1c67
First draft of manual
njsmith 0217e26
Tweak fixture semantics
njsmith e5289d0
Edits after review
njsmith 2165d10
Catch up the reference docs on what counts as a trio fixture
njsmith 8660bb2
Speling
njsmith e52357e
Don't call it Pytest_Trio that just looks silly
njsmith 735b68e
Update docs for the latest changes in gh-50
njsmith 14570be
rearrange background server quickstart to flow more smoothly
njsmith 75befd3
Add docs for ContextVar support
njsmith d63783c
fix xrefs
njsmith b89b34d
this time for sure...
njsmith 2a06e23
Merge branch 'master' into docs
njsmith 8ed0092
Update README also
njsmith 6d10627
Merge branch 'docs' of github.com:njsmith/pytest-trio into docs
njsmith File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,49 @@ | ||
pytest-trio | ||
=========== | ||
|
||
.. image:: https://img.shields.io/badge/chat-join%20now-blue.svg | ||
:target: https://gitter.im/python-trio/general | ||
:alt: Join chatroom | ||
|
||
.. image:: https://img.shields.io/badge/docs-read%20now-blue.svg | ||
:target: https://pytest-trio.readthedocs.io/en/latest/?badge=latest | ||
:alt: Documentation Status | ||
|
||
.. image:: https://img.shields.io/pypi/v/pytest-trio.svg | ||
:target: https://pypi.org/project/pytest-trio | ||
:alt: Latest PyPi version | ||
|
||
.. image:: https://travis-ci.org/python-trio/pytest-trio.svg?branch=master | ||
:target: https://travis-ci.org/python-trio/pytest-trio | ||
:target: https://travis-ci.org/python-trio/pytest-trio | ||
:alt: Automated test status (Linux and MacOS) | ||
|
||
.. image:: https://ci.appveyor.com/api/projects/status/aq0pklx7hanx031x?svg=true | ||
:target: https://ci.appveyor.com/project/touilleMan/pytest-trio | ||
:target: https://ci.appveyor.com/project/touilleMan/pytest-trio | ||
:alt: Automated test status (Windows) | ||
|
||
.. image:: https://codecov.io/gh/python-trio/pytest-trio/branch/master/graph/badge.svg | ||
:target: https://codecov.io/gh/python-trio/pytest-trio | ||
:target: https://codecov.io/gh/python-trio/pytest-trio | ||
:alt: Test coverage | ||
|
||
This is a pytest plugin to help you test projects that use `Trio | ||
<https://trio.readthedocs.io/>`__, a friendly library for concurrency | ||
and async I/O in Python. For an overview of features, see our `manual | ||
<https://pytest-trio.readthedocs.io>`__, or jump straight to the | ||
`quickstart guide | ||
<https://pytest-trio.readthedocs.io/en/latest/quickstart.html>`__. | ||
|
||
|
||
Vital statistics | ||
---------------- | ||
|
||
**Documentation:** https://pytest-trio.readthedocs.io | ||
|
||
Welcome to `pytest-trio <https://github.com/python-trio/pytest-trio>`__! | ||
**Bug tracker and source code:** | ||
https://github.com/python-trio/pytest-trio | ||
|
||
Pytest plugin for trio | ||
**License:** MIT or Apache 2, your choice. | ||
|
||
License: Your choice of MIT or Apache License 2.0 | ||
**Code of conduct:** Contributors are requested to follow our `code of | ||
conduct | ||
<https://github.com/python-trio/pytest-trio/blob/master/CODE_OF_CONDUCT.md>`__ | ||
in all project spaces. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you round the magical percentage here ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you think it needs more decimal points?