-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use implicit fixtures, refactor
poll
and send
, and add a new inva…
…lid tx test Implicit fixtures, i.e. using ImplicitParams to plumb test fixtures around, may make the plumbing a bit easier. Renamed polling and sending to `poll` and `send`. Now also they deal in more useful types. Request keys are no longer returned by `send`, because they can be computed by the caller. `send` and `poll` now also include assertions which are always useful to test.
- Loading branch information
1 parent
0f68569
commit 706b29b
Showing
3 changed files
with
224 additions
and
158 deletions.
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
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.