-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
I'm just about to make a commit that shows by example a way of writing tests for the low-level API. I quite like it, but I'm biased.
For more information, see the commit that follows.
By the way, I'm more concerned to get right the way we write our tests than the code used to implement it (which at present is a bit messy).
I'd also like to be able to run existing application code through the testing framework so we can see better what it is doing. If we get this right we can reuse this work when we come to create the new API - we can check that the old and new code do the same thing at the connection level.