View source on GitHub
|
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.
test_src_dir_path(...): Returns an absolute test srcdir path given a relative path.
Other Members | |
|---|---|
| absolute_import |
Instance of __future__._Feature
|
| division |
Instance of __future__._Feature
|
| print_function |
Instance of __future__._Feature
|
View source on GitHub