vlead / continuous-integration

This repository talks about implementation of continuous-integration project
Other
0 stars 1 forks source link

Execute *test*.py files to test the code #39

Open ksripathi opened 7 years ago

ksripathi commented 7 years ago

Currently, All the vlead services/labs project's make file has provision to run the test cases. By doing this we don't know the exact test report details using the status of make command to proceed further action. Hence after make runs we should list all the test.py files and run them individually to find out the test reports

savarmehrotra commented 7 years ago

Added something to the feature https://github.com/vlead/continuous-integration/blob/develop/src/runtime/rest/notifiy.org

ksripathi commented 7 years ago

Implemenation : https://github.com/vlead/continuous-integration/blob/refactor/src/runtime/rest/api.org#implementation-10