Closed pollend closed 3 years ago
Here are some trivial test cases for Vector3i that should improve code coverage. There should be a lot more test cases for operations where there are self operations i.e v1 add v1 or v1 sub v1. I know I've caught bugs where this has been a problem.
Thanks!
Here are some trivial test cases for Vector3i that should improve code coverage. There should be a lot more test cases for operations where there are self operations i.e v1 add v1 or v1 sub v1. I know I've caught bugs where this has been a problem.