The unit tests have a lot of repetition among them. It is also a little hard for new contributors to understand what should go in a test when a new one is being added. Creating some common utilities that can be shared by the unit tests would be great and would reduce the boilerplate code, that is currently required.
The unit tests have a lot of repetition among them. It is also a little hard for new contributors to understand what should go in a test when a new one is being added. Creating some common utilities that can be shared by the unit tests would be great and would reduce the boilerplate code, that is currently required.