Closed yadiw closed 4 years ago
In unit tests for dripline.core.Endpoint, for its method on_set_request():
dripline.core.Endpoint
on_set_request()
Given a request with a valid specifier:
Given a request with an invalid specifier:
p.s. if we run these tests for more than once, an segmentation fault would occur, and this is discussed in another issue.
In the tests, the methods now handle the ThrowReply producing those errors, this is resolved on branch dl3/unittest-fixes (No PR yet because it requires driplineorg/dripline-cpp:develop)
dl3/unittest-fixes
driplineorg/dripline-cpp:develop
done last friday
In unit tests for
dripline.core.Endpoint
, for its methodon_set_request()
:Given a request with a valid specifier:
Given a request with an invalid specifier:
p.s. if we run these tests for more than once, an segmentation fault would occur, and this is discussed in another issue.