Is there any way to run Tensorflow unit tests manually? I want to perform sanity checks while modifying TF source code.
I see there are many _test.py files with classes that perform many test operations and I can't figure out how to run them. There should be an easy way?