Commit 3239988d authored by Piotr Batko's avatar Piotr Batko
Browse files

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.
parent a53ff8a3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment