doc-ai / tensorio-ios

Tensor/IO for iOS, with support for on-device inference and training with TensorFlow and TensorFlow Lite
Other
31 stars 10 forks source link

Automated end-to-end docker client-server tests (#110) #113

Closed phildow closed 5 years ago

phildow commented 5 years ago

From Xcode select DockerTests scheme and run tests. Pre-action scripts launch flea docker image and mock data scripts. Any previously running flea docker image is killed, guaranteeing clean test data.

Pretty cool.