Next: , Previous: , Up: SEL Coding Standards   [Contents][Index]


D.5 Testing

Every merge request should first pass all tests which are defined in the SOFTWARE-EVOLUTION-LIBRARY/TEST package using the Stefil testing framework.

Additional unit tests should be defined for any added functionality. Unit tests should execute quickly, long running tests should not be included in the default unit test suite.