go-deribit icon indicating copy to clipboard operation
go-deribit copied to clipboard

Tests

Open adampointer opened this issue 6 years ago • 2 comments

Find a mocking framework for websockets maybe nock? Need to add basic tests around handling of messages from the remote as some break the type system where we expect objects and they send slices.

adampointer avatar Jun 13 '19 11:06 adampointer

Write an acceptance test suite where we actually connect to the test site and got every method and assert there are no errors. This should help flush out inconsistencies between the swagger documentation and the actual API. Use the examples directory from the developer's documentation to generate response and request objects.

adampointer avatar Jun 20 '19 05:06 adampointer

Public methods done

adampointer avatar Jul 19 '19 17:07 adampointer