Allow access to cleanup_policy.py module with recommended import style
Earlier when TestTools were imported with syntax `import test_tools as tt`, module cleanup_policy was unaccessible with syntax `tt.cleanup_policy.set_default(tt.constants.CleanupPolicy.DO_NOT_REMOVE_FILES)`. It required additional `import test_tools.cleanup_policy`. Now additional import is not needed and it's forbidden.
Loading
Please sign in to comment