seamapi / java

Java library for accessing the Seam API
https://docs.seam.co
0 stars 3 forks source link

🌿 introduce test fixtures for devices, action attempts, access codes #9

Closed dsinghvi closed 11 months ago

dsinghvi commented 11 months ago

🌿 In this PR, we configure the generated Java SDK to test against fake-seam-connect. The tests here are largely inspired from the existing tests in the Seam Python SDK.

Which resources are tested

How does it work

Gaps

There are a couple gaps in the test because fake-seam-connect does not completely mock Seam's API. In particular,

However, these gaps are relatively minor as the most important resources/tests work as expected.