paulhoule / tentacruel

MIT License
0 stars 0 forks source link

Count results during paging to check that we got the list right #14

Closed paulhoule closed 5 years ago

paulhoule commented 5 years ago

I put in a check here just in case; it turns up that the results are always right when we run against a real HEOS appliance.

If we were really smart we'd mock test that we pull results correctly given what we've demonstrated about how HEOS is supposed to behave.

Note that HEOS doesn't promise that exact behavior; if the listing changed in the system that it is querying, I wouldn't expect HEOS to be perfectly consistent.