Module: tf_agents.utils.test_utils

Common utility functions for testing.

Classes

class TestCase: Base class for TF-Agents unit tests.

Functions

FLAGS(...): Registry of :class:~absl.flags.Flag objects.

contains(...): Check if all items in list2 are in list1.

main(...)

test_src_dir_path(...): Returns an absolute test srcdir path given a relative path.

absolute_import Instance of __future__._Feature
division Instance of __future__._Feature
print_function Instance of __future__._Feature