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