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
We talked about adding property tests, and the math functions seem to be prime candidates for that. I think it would be great if we could sanity check the Mathf and Random functions at least.
The text was updated successfully, but these errors were encountered:
By implementing the two lines of each method again in the test and comparing the results? :/
Not even sure how to test Random, except to make sure that only valid numbers are returned, but I don't wanna write statistical tests to check if the result is actually random.
We talked about adding property tests, and the math functions seem to be prime candidates for that. I think it would be great if we could sanity check the Mathf and Random functions at least.
The text was updated successfully, but these errors were encountered: