Skip to content
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

Trio support #583

Closed
wants to merge 41 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
e33153f
it reads! (something)
altendky Jan 3, 2021
9320e25
read a few things in tc.py
altendky Jan 3, 2021
e7a365b
add a few tests
altendky Jan 3, 2021
29346ff
commented out attempt to break the framer does
altendky Jan 3, 2021
809972d
slight simplification
altendky Jan 11, 2021
743bda1
hacky but running trio server
altendky Jan 11, 2021
4123eb4
misc
altendky Jan 12, 2021
e3be360
missing imports
altendky Jan 13, 2021
b0e72eb
use async_generator for asynccontextmanager
altendky Jan 13, 2021
0229932
Add async_generator to extras_require:trio
altendky Jan 13, 2021
a844e30
use https for github link
altendky Jan 13, 2021
a4c5e71
another test
altendky Jan 15, 2021
4187d5f
pytest-trio~=0.7.0;python_version>="3.6"
altendky Jan 15, 2021
1a5ee53
misc
altendky Jan 16, 2021
83bf250
misc
altendky Jan 18, 2021
12af789
Merge branch 'dev' into trio
altendky Mar 9, 2021
12c3313
Merge branch 'dev' into trio
altendky Apr 22, 2021
d514d08
update test for logging change
altendky Apr 23, 2021
7bd1cbb
skip trio tests in py2
altendky Apr 23, 2021
325a53e
unit test trio.execute()
altendky Apr 23, 2021
a2e368f
simplify trio broadcast handling code
altendky Apr 23, 2021
023caff
test trio.incoming
altendky Apr 24, 2021
b1fc236
shift examples to the examples directory
altendky Apr 24, 2021
707035e
first round of trio documentation additions
altendky Apr 24, 2021
61dc891
more docstrings and some refactors
altendky Apr 24, 2021
6f1af2f
simplify trio client test file
altendky Apr 24, 2021
ffd12d1
more tests and use mock
altendky Apr 27, 2021
ef8ffbf
stop using MagicMock and AsyncMock
altendky Apr 27, 2021
49f7ca9
trio.BaseModbusAsyncClientProtocol tests
altendky Apr 28, 2021
5464580
more tests...
altendky Apr 28, 2021
343346c
fix the tests
altendky Apr 28, 2021
1207589
even more tests
altendky Apr 28, 2021
8774d1b
one more assert
altendky Apr 28, 2021
c750233
fixup py36-37
altendky Apr 28, 2021
c47a533
fixup patching and mocking of trio.open_tcp_stream()
altendky Apr 28, 2021
363903e
use outcome so we can handle errors as well
altendky Apr 28, 2021
f08b86c
handle protocol connection lost
altendky Apr 28, 2021
c6db326
explain the +1s
altendky Apr 28, 2021
bcef8b7
use a lock for trio client sending
altendky Apr 28, 2021
0528b1c
Merge branch 'dev' into trio
altendky May 26, 2021
ab584ea
Merge branch 'dev' into trio
altendky Aug 16, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'dev' into trio
altendky committed Apr 22, 2021
commit 12c3313de25296b876e72510c089bc1ff1ede6f2

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.