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
Nick Sullivan edited this page Oct 9, 2015
·
1 revision
One of the current major issues with CFSSL development is the lack of automated API tests. The current set of tests will make sure that there are no functionality regressions inside the functions, but does not test whether or not the APIs that are exposed via serve are consistent.
The basic regression tests for all the endpoints listed in https://github.com/cloudflare/cfssl/tree/master/doc/api should be covered with a strong preference for bundle and sign. The functionality of the APIs and JSON parsing should be tested. The inner logic of the packages should be tested with the package tests.