-
-
Notifications
You must be signed in to change notification settings - Fork 25
Support alternatives to trio.run #105
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
Merged
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
4279e12
Add trio_run for configurable substitution for trio.run
altendky 3d213fe
--upgrade for the Trio PR
altendky 5b1448d
Revert "--upgrade for the Trio PR"
altendky 05aa01d
add qtrio for testing
altendky 1354761
Update test-requirements.txt
altendky d128020
Update test-requirements.txt
altendky b6b7d01
no "s i guess
altendky a021e3f
use fake qtrio for test to avoid the complicated system setup
altendky 9d05728
yapf
altendky 1104289
yapf (actually)
altendky 8cd81b0
yapf (again (again)) (but with 0.22.0)
altendky 1ebf018
Move trio_test() here
altendky a4bb174
Apply trio_run config for @pytest.mark.trio as well
altendky cf9288c
Drop that global config_run
altendky a7be067
yapf
altendky dbcb6dc
Replace 1 / 0 with real exceptions
altendky 6ace199
yapf
altendky 0c01e6f
requiring calling as @_trio_test(run=something)
altendky 2be7a24
add test for invalid trio_run name
altendky e9335c7
add test for multiple third party runners error
altendky 1639e34
add test for qtrio.run marker over trio mode
altendky a2cf6e6
yapf
altendky 910de1d
more tests and coverage
altendky 511a6f6
#egg=trio
altendky 571128b
Add trio_run documentation
altendky 339b34b
Drop no longer needed Trio PR dependency
altendky ad87be9
Add trio-run-config anchor in the docs
altendky 3df1b2a
Merge branch 'master' into configurable_trio_run
altendky 99fc0d2
Merge branch 'master' into configurable_trio_run
altendky f2ab692
Use f.__qualname__ when reporting too many runners
altendky a45d314
Explain reason for fake qtrio module-in-a-string
altendky 7f7c4e1
Make trio_run a regular string ini option
altendky c998963
Tweak string split across lines
altendky 68860e0
Remove checks for multiple conflicting runner specification
altendky 2b89fc1
Use closest run-specifying marker, else config
altendky 682499f
remove blank line for yapf
altendky 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.