Change traverse_test.test_module to traverse a constructed dummy module rather than...
authorA. Unique TensorFlower <gardener@tensorflow.org>
Thu, 17 May 2018 17:15:45 +0000 (10:15 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 17 May 2018 17:18:25 +0000 (10:18 -0700)
commit151e35680b0b2575aa8bdb6bddbb95536be4fed0
tree069cd44db3c97ddcab54cea2b77f65c6d4fdfb7b
parentf4162b7eafcb9c27292a9544b1a29f2fc7f54be6
Change traverse_test.test_module to traverse a constructed dummy module rather than testcase itself.

PiperOrigin-RevId: 197010681
tensorflow/tools/common/BUILD
tensorflow/tools/common/test_module1.py [new file with mode: 0644]
tensorflow/tools/common/test_module2.py [new file with mode: 0644]
tensorflow/tools/common/traverse_test.py