diff --git a/pytest_abra/utils.py b/pytest_abra/utils.py index b820416..e6becf3 100644 --- a/pytest_abra/utils.py +++ b/pytest_abra/utils.py @@ -6,6 +6,8 @@ from urllib.parse import urlunparse @dataclass class BaseUrl: + """utility class to create a url string with urllib""" + netloc: str scheme: str = "https" path: str = ""