tensorflow / cloud

The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and TensorFlow code in a local environment to distributed training in the cloud.

Home Page:https://github.com/tensorflow/cloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

switch testing framework for pytest to abseil

SinaChavoshi opened this issue · comments

https://abseil.io/docs/python/guides/testing, this will allow us to benefit from some of the test automated infrastructure namely be able to share nicely formatted test results back on GH for integration tests.

One of the benefit of abseil testing framework is ability to parameterize test cases. We could potentially remove lots of repetition.

For other parts, I believe it's almost (completely?) upward compatible with unittest, so it should be mostly drop-in replacement.