FEISystems / ca-adpq-prototype

CA ADPQ
2 stars 2 forks source link

Setup or used a continuous integration system to automate the running of tests #56

Closed ClaireReinken closed 7 years ago

ClaireReinken commented 7 years ago

Setup or used a continuous integration system to automate the running of tests and continuously deployed their code to their IaaS or PaaS provider

ryan-chadwick-fei commented 7 years ago

This is baked into the automatic builds. 'dotnet test' is run on the x-unit framework when the build is run.

This executes all the unit tests that have been written in the ca_proto_tests project.