Feature Request
Story
As a developer I want to write unit tests so that as we add new features / fix bugs in the code, individual pieces of the code are testable in an automated fashion.
Expected Benefits
Better quality code through regression prevention.
Considerations
To be fully effective in the cross-platform world we live in, the units tests would need to be run in multiple environments. Initially, we are only able to run them on the platform which the developer is developing. There is not a testing platform available to the project to run automated testing across multiple environments.
Feature Request
Story
As a developer I want to write unit tests so that as we add new features / fix bugs in the code, individual pieces of the code are testable in an automated fashion.
Expected Benefits
Better quality code through regression prevention.
Considerations
To be fully effective in the cross-platform world we live in, the units tests would need to be run in multiple environments. Initially, we are only able to run them on the platform which the developer is developing. There is not a testing platform available to the project to run automated testing across multiple environments.