You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have the roundrip property tests that will do the following steps for each data type:
Generate random value on backend.
Encode to JSON on backend.
Send to frontend.
Decode from JSON on frontend.
Encode to JSON on frontend.
Send it back to backend.
Decode from JSON on backend.
Compare with the original value.
Now, I'm pretty sure nobody did this before so we might have difficulties implementing this complex architecture. As a first step instead of doing property-based tests we can harcode several values and just display them both on frontend and backend.
The text was updated successfully, but these errors were encountered:
It would be nice to have the roundrip property tests that will do the following steps for each data type:
Now, I'm pretty sure nobody did this before so we might have difficulties implementing this complex architecture. As a first step instead of doing property-based tests we can harcode several values and just display them both on frontend and backend.
The text was updated successfully, but these errors were encountered: