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