From 8cfbdacf0b57b6a0e236bf37433d7f728174ed72 Mon Sep 17 00:00:00 2001 From: raj pandey Date: Mon, 5 Jan 2026 17:17:28 +0530 Subject: [PATCH] Deleted API Doc --- apidoc/Test Results - .html | 1824 ----------------------------------- 1 file changed, 1824 deletions(-) delete mode 100644 apidoc/Test Results - .html diff --git a/apidoc/Test Results - .html b/apidoc/Test Results - .html deleted file mode 100644 index 7a9d569..0000000 --- a/apidoc/Test Results - .html +++ /dev/null @@ -1,1824 +0,0 @@ - - - - - Test Results — - - - - - - - - - -
- -
-
    -
  • - -
    2 ms
    -
    tests
    -
      -
    • - -
      1 ms
      -
      test_contentstack
      -
        -
      • - -
        1 ms
        -
        ContentstackTests
        -
          -
        • - -
          1 ms
          -
          failedtest_contentstack
          -
            -
          • - FAILED [ 1%]
            -
          • -
          • - tests/test_contentstack.py:15 (ContentstackTests.test_contentstack)self =
            def setUp(self):
            load_api_keys()
            self.client = contentstack.client(host=os.getenv("host"))
            > self.client.login(os.getenv("email"), os.getenv("password"))
            test_contentstack.py:14:
            _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
            ../contentstack_management/core/client.py:130: in login
            response = UserSession(username=email, password= password, api_client=self.api_client).login()
            _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
            self =
            def login(self):
            if self.email is None or self.email == '':
            > raise PermissionError(
            'You are not permitted to the stack without valid email id')
            E PermissionError: You are not permitted to the stack without valid email id
            ../contentstack_management/user_session/user_session.py:31: PermissionError
            -
          • -
          -
        • -
        • - -
          0 ms
          -
          failedtest_error_email_id
          -
            -
          • - FAILED [ 2%]
            -
          • -
          • - tests/test_contentstack.py:25 (ContentstackTests.test_error_email_id)self =
            def setUp(self):
            load_api_keys()
            self.client = contentstack.client(host=os.getenv("host"))
            > self.client.login(os.getenv("email"), os.getenv("password"))
            test_contentstack.py:14:
            _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
            ../contentstack_management/core/client.py:130: in login
            response = UserSession(username=email, password= password, api_client=self.api_client).login()
            _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
            self =
            def login(self):
            if self.email is None or self.email == '':
            > raise PermissionError(
            'You are not permitted to the stack without valid email id')
            E PermissionError: You are not permitted to the stack without valid email id
            ../contentstack_management/user_session/user_session.py:31: PermissionError
            -
          • -
          -
        • -
        • - -
          0 ms
          -
          failedtest_error_password
          -
            -
          • - FAILED [ 4%]
            -
          • -
          • - tests/test_contentstack.py:35 (ContentstackTests.test_error_password)self =
            def setUp(self):
            load_api_keys()
            self.client = contentstack.client(host=os.getenv("host"))
            > self.client.login(os.getenv("email"), os.getenv("password"))
            test_contentstack.py:14:
            _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
            ../contentstack_management/core/client.py:130: in login
            response = UserSession(username=email, password= password, api_client=self.api_client).login()
            _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
            self =
            def login(self):
            if self.email is None or self.email == '':
            > raise PermissionError(
            'You are not permitted to the stack without valid email id')
            E PermissionError: You are not permitted to the stack without valid email id
            ../contentstack_management/user_session/user_session.py:31: PermissionError
            -
          • -
          -
        • -
        • - -
          0 ms
          -
          failedtest_successful_get_login
          -
            -
          • - FAILED [ 5%]
            -
          • -
          • - tests/test_contentstack.py:20 (ContentstackTests.test_successful_get_login)self =
            def setUp(self):
            load_api_keys()
            self.client = contentstack.client(host=os.getenv("host"))
            > self.client.login(os.getenv("email"), os.getenv("password"))
            test_contentstack.py:14:
            _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
            ../contentstack_management/core/client.py:130: in login
            response = UserSession(username=email, password= password, api_client=self.api_client).login()
            _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
            self =
            def login(self):
            if self.email is None or self.email == '':
            > raise PermissionError(
            'You are not permitted to the stack without valid email id')
            E PermissionError: You are not permitted to the stack without valid email id
            ../contentstack_management/user_session/user_session.py:31: PermissionError
            -
          • -
          -
        • -
        -
      • -
      -
    • -
    • - -
      0 ms
      -
      organizations
      -
        -
      • - -
        0 ms
        -
        test_org_api
        -
          -
        • - -
          0 ms
          -
          OrganizationApiTests
          -
            -
          • - -
            0 ms
            -
            failedtest_get_organization
            -
              -
            • - FAILED [ 7%]
              -
            • -
            • - tests/organizations/test_org_api.py:16 (OrganizationApiTests.test_get_organization)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              organizations/test_org_api.py:14:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtest_get_organization_roles
            -
              -
            • - FAILED [ 8%]
              -
            • -
            • - tests/organizations/test_org_api.py:30 (OrganizationApiTests.test_get_organization_roles)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              organizations/test_org_api.py:14:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtest_get_organizations
            -
              -
            • - FAILED [ 10%]
              -
            • -
            • - tests/organizations/test_org_api.py:23 (OrganizationApiTests.test_get_organizations)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              organizations/test_org_api.py:14:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtest_organization_add_users
            -
              -
            • - FAILED [ 11%]
              -
            • -
            • - tests/organizations/test_org_api.py:37 (OrganizationApiTests.test_organization_add_users)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              organizations/test_org_api.py:14:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtest_organization_logs
            -
              -
            • - FAILED [ 13%]
              -
            • -
            • - tests/organizations/test_org_api.py:77 (OrganizationApiTests.test_organization_logs)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              organizations/test_org_api.py:14:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtest_organization_stacks
            -
              -
            • - FAILED [ 14%]
              -
            • -
            • - tests/organizations/test_org_api.py:70 (OrganizationApiTests.test_organization_stacks)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              organizations/test_org_api.py:14:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtest_transfer_organizations_ownership
            -
              -
            • - FAILED [ 15%]
              -
            • -
            • - tests/organizations/test_org_api.py:62 (OrganizationApiTests.test_transfer_organizations_ownership)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              organizations/test_org_api.py:14:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          -
        • -
        -
      • -
      • - -
        0 ms
        -
        test_org_mock
        -
          -
        • - -
          0 ms
          -
          OrganizationMockTests
          -
            -
          • - -
            0 ms
            -
            failedtest_get_organization
            -
              -
            • - FAILED [ 17%]
              -
            • -
            • - tests/organizations/test_org_mock.py:31 (OrganizationMockTests.test_get_organization)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              organizations/test_org_mock.py:14:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtest_get_organization_roles
            -
              -
            • - FAILED [ 18%]
              -
            • -
            • - tests/organizations/test_org_mock.py:42 (OrganizationMockTests.test_get_organization_roles)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              organizations/test_org_mock.py:14:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtest_get_organizations
            -
              -
            • - FAILED [ 20%]
              -
            • -
            • - tests/organizations/test_org_mock.py:36 (OrganizationMockTests.test_get_organizations)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              organizations/test_org_mock.py:14:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtest_organization_add_users
            -
              -
            • - FAILED [ 21%]
              -
            • -
            • - tests/organizations/test_org_mock.py:46 (OrganizationMockTests.test_organization_add_users)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              organizations/test_org_mock.py:14:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtest_organization_get
            -
              -
            • - FAILED [ 23%]
              -
            • -
            • - tests/organizations/test_org_mock.py:23 (OrganizationMockTests.test_organization_get)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              organizations/test_org_mock.py:14:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtest_organization_logs
            -
              -
            • - FAILED [ 24%]
              -
            • -
            • - tests/organizations/test_org_mock.py:83 (OrganizationMockTests.test_organization_logs)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              organizations/test_org_mock.py:14:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtest_organization_stacks
            -
              -
            • - FAILED [ 26%]
              -
            • -
            • - tests/organizations/test_org_mock.py:77 (OrganizationMockTests.test_organization_stacks)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              organizations/test_org_mock.py:14:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtest_transfer_organizations_ownership
            -
              -
            • - FAILED [ 27%]
              -
            • -
            • - tests/organizations/test_org_mock.py:70 (OrganizationMockTests.test_transfer_organizations_ownership)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              organizations/test_org_mock.py:14:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          -
        • -
        -
      • -
      • - -
        0 ms
        -
        test_org_unittest
        -
          -
        • - -
          0 ms
          -
          OrganizationUnitTests
          -
            -
          • - -
            0 ms
            -
            failedtest_fetch_organization
            -
              -
            • - FAILED [ 28%]
              -
            • -
            • - tests/organizations/test_org_unittest.py:16 (OrganizationUnitTests.test_fetch_organization)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              organizations/test_org_unittest.py:14:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtest_find_organizations
            -
              -
            • - FAILED [ 30%]
              -
            • -
            • - tests/organizations/test_org_unittest.py:22 (OrganizationUnitTests.test_find_organizations)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              organizations/test_org_unittest.py:14:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtest_get_organization_roles
            -
              -
            • - FAILED [ 31%]
              -
            • -
            • - tests/organizations/test_org_unittest.py:28 (OrganizationUnitTests.test_get_organization_roles)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              organizations/test_org_unittest.py:14:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtest_organization_add_users
            -
              -
            • - FAILED [ 33%]
              -
            • -
            • - tests/organizations/test_org_unittest.py:34 (OrganizationUnitTests.test_organization_add_users)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              organizations/test_org_unittest.py:14:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtest_organization_logs
            -
              -
            • - FAILED [ 34%]
              -
            • -
            • - tests/organizations/test_org_unittest.py:71 (OrganizationUnitTests.test_organization_logs)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              organizations/test_org_unittest.py:14:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtest_organization_stacks
            -
              -
            • - FAILED [ 36%]
              -
            • -
            • - tests/organizations/test_org_unittest.py:65 (OrganizationUnitTests.test_organization_stacks)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              organizations/test_org_unittest.py:14:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtest_transfer_organizations_ownership
            -
              -
            • - FAILED [ 37%]
              -
            • -
            • - tests/organizations/test_org_unittest.py:58 (OrganizationUnitTests.test_transfer_organizations_ownership)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              organizations/test_org_unittest.py:14:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          -
        • -
        -
      • -
      -
    • -
    • - -
      1 ms
      -
      stack
      -
        -
      • - -
        1 ms
        -
        test_stack_apitest
        -
          -
        • - -
          1 ms
          -
          StacksAPITests
          -
            -
          • - -
            0 ms
            -
            failedtest_stacks_all
            -
              -
            • - FAILED [ 39%]
              -
            • -
            • - tests/stack/test_stack_apitest.py:26 (StacksAPITests.test_stacks_all)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              stack/test_stack_apitest.py:15:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtest_stacks_get
            -
              -
            • - FAILED [ 40%]
              -
            • -
            • - tests/stack/test_stack_apitest.py:18 (StacksAPITests.test_stacks_get)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              stack/test_stack_apitest.py:15:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtests_stacks_accept_ownership
            -
              -
            • - FAILED [ 42%]
              -
            • -
            • - tests/stack/test_stack_apitest.py:98 (StacksAPITests.tests_stacks_accept_ownership)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              stack/test_stack_apitest.py:15:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtests_stacks_create
            -
              -
            • - FAILED [ 43%]
              -
            • -
            • - tests/stack/test_stack_apitest.py:33 (StacksAPITests.tests_stacks_create)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              stack/test_stack_apitest.py:15:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtests_stacks_create_stack_settings
            -
              -
            • - FAILED [ 44%]
              -
            • -
            • - tests/stack/test_stack_apitest.py:112 (StacksAPITests.tests_stacks_create_stack_settings)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              stack/test_stack_apitest.py:15:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtests_stacks_delete
            -
              -
            • - FAILED [ 46%]
              -
            • -
            • - tests/stack/test_stack_apitest.py:61 (StacksAPITests.tests_stacks_delete)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              stack/test_stack_apitest.py:15:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtests_stacks_fetch_all_user
            -
              -
            • - FAILED [ 47%]
              -
            • -
            • - tests/stack/test_stack_apitest.py:69 (StacksAPITests.tests_stacks_fetch_all_user)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              stack/test_stack_apitest.py:15:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtests_stacks_get_stack_settings
            -
              -
            • - FAILED [ 49%]
              -
            • -
            • - tests/stack/test_stack_apitest.py:105 (StacksAPITests.tests_stacks_get_stack_settings)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              stack/test_stack_apitest.py:15:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtests_stacks_reset_stack_settings
            -
              -
            • - FAILED [ 50%]
              -
            • -
            • - tests/stack/test_stack_apitest.py:131 (StacksAPITests.tests_stacks_reset_stack_settings)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              stack/test_stack_apitest.py:15:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtests_stacks_share_stack
            -
              -
            • - FAILED [ 52%]
              -
            • -
            • - tests/stack/test_stack_apitest.py:141 (StacksAPITests.tests_stacks_share_stack)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              stack/test_stack_apitest.py:15:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtests_stacks_transfer_ownership
            -
              -
            • - FAILED [ 53%]
              -
            • -
            • - tests/stack/test_stack_apitest.py:88 (StacksAPITests.tests_stacks_transfer_ownership)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              stack/test_stack_apitest.py:15:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            1 ms
            -
            failedtests_stacks_unshare_stack
            -
              -
            • - FAILED [ 55%]
              -
            • -
            • - tests/stack/test_stack_apitest.py:158 (StacksAPITests.tests_stacks_unshare_stack)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              stack/test_stack_apitest.py:15:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtests_stacks_update
            -
              -
            • - FAILED [ 56%]
              -
            • -
            • - tests/stack/test_stack_apitest.py:47 (StacksAPITests.tests_stacks_update)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              stack/test_stack_apitest.py:15:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtests_stacks_update_user_role
            -
              -
            • - FAILED [ 57%]
              -
            • -
            • - tests/stack/test_stack_apitest.py:76 (StacksAPITests.tests_stacks_update_user_role)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              stack/test_stack_apitest.py:15:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          -
        • -
        -
      • -
      • - -
        0 ms
        -
        test_stack_unittest
        -
          -
        • - -
          0 ms
          -
          StacksUnitTests
          -
            -
          • - -
            0 ms
            -
            failedtest_stacks_all
            -
              -
            • - FAILED [ 59%]
              -
            • -
            • - tests/stack/test_stack_unittest.py:25 (StacksUnitTests.test_stacks_all)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              stack/test_stack_unittest.py:15:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtest_stacks_get
            -
              -
            • - FAILED [ 60%]
              -
            • -
            • - tests/stack/test_stack_unittest.py:18 (StacksUnitTests.test_stacks_get)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              stack/test_stack_unittest.py:15:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtests_stacks_accept_ownership
            -
              -
            • - FAILED [ 62%]
              -
            • -
            • - tests/stack/test_stack_unittest.py:90 (StacksUnitTests.tests_stacks_accept_ownership)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              stack/test_stack_unittest.py:15:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtests_stacks_create
            -
              -
            • - FAILED [ 63%]
              -
            • -
            • - tests/stack/test_stack_unittest.py:31 (StacksUnitTests.tests_stacks_create)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              stack/test_stack_unittest.py:15:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtests_stacks_create_stack_settings
            -
              -
            • - FAILED [ 65%]
              -
            • -
            • - tests/stack/test_stack_unittest.py:102 (StacksUnitTests.tests_stacks_create_stack_settings)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              stack/test_stack_unittest.py:15:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtests_stacks_delete
            -
              -
            • - FAILED [ 66%]
              -
            • -
            • - tests/stack/test_stack_unittest.py:57 (StacksUnitTests.tests_stacks_delete)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              stack/test_stack_unittest.py:15:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtests_stacks_fetch_all_user
            -
              -
            • - FAILED [ 68%]
              -
            • -
            • - tests/stack/test_stack_unittest.py:64 (StacksUnitTests.tests_stacks_fetch_all_user)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              stack/test_stack_unittest.py:15:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtests_stacks_get_stack_settings
            -
              -
            • - FAILED [ 69%]
              -
            • -
            • - tests/stack/test_stack_unittest.py:96 (StacksUnitTests.tests_stacks_get_stack_settings)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              stack/test_stack_unittest.py:15:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtests_stacks_reset_stack_settings
            -
              -
            • - FAILED [ 71%]
              -
            • -
            • - tests/stack/test_stack_unittest.py:120 (StacksUnitTests.tests_stacks_reset_stack_settings)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              stack/test_stack_unittest.py:15:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtests_stacks_share_stack
            -
              -
            • - FAILED [ 72%]
              -
            • -
            • - tests/stack/test_stack_unittest.py:129 (StacksUnitTests.tests_stacks_share_stack)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              stack/test_stack_unittest.py:15:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtests_stacks_transfer_ownership
            -
              -
            • - FAILED [ 73%]
              -
            • -
            • - tests/stack/test_stack_unittest.py:81 (StacksUnitTests.tests_stacks_transfer_ownership)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              stack/test_stack_unittest.py:15:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtests_stacks_unshare_stack
            -
              -
            • - FAILED [ 75%]
              -
            • -
            • - tests/stack/test_stack_unittest.py:145 (StacksUnitTests.tests_stacks_unshare_stack)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              stack/test_stack_unittest.py:15:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtests_stacks_update
            -
              -
            • - FAILED [ 76%]
              -
            • -
            • - tests/stack/test_stack_unittest.py:44 (StacksUnitTests.tests_stacks_update)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              stack/test_stack_unittest.py:15:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtests_stacks_update_user_role
            -
              -
            • - FAILED [ 78%]
              -
            • -
            • - tests/stack/test_stack_unittest.py:70 (StacksUnitTests.tests_stacks_update_user_role)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              stack/test_stack_unittest.py:15:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          -
        • -
        -
      • -
      -
    • -
    • - -
      0 ms
      -
      users
      -
        -
      • - -
        0 ms
        -
        test_api
        -
          -
        • - -
          0 ms
          -
          UserApiTests
          -
            -
          • - -
            0 ms
            -
            failedtest_active_user
            -
              -
            • - FAILED [ 79%]
              -
            • -
            • - tests/users/test_api.py:42 (UserApiTests.test_active_user)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              users/test_api.py:15:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtest_forgot_password
            -
              -
            • - FAILED [ 81%]
              -
            • -
            • - tests/users/test_api.py:61 (UserApiTests.test_forgot_password)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              users/test_api.py:15:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtest_get_user
            -
              -
            • - FAILED [ 82%]
              -
            • -
            • - tests/users/test_api.py:16 (UserApiTests.test_get_user)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              users/test_api.py:15:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtest_reset_password
            -
              -
            • - FAILED [ 84%]
              -
            • -
            • - tests/users/test_api.py:76 (UserApiTests.test_reset_password)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              users/test_api.py:15:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtest_update_user
            -
              -
            • - FAILED [ 85%]
              -
            • -
            • - tests/users/test_api.py:23 (UserApiTests.test_update_user)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              users/test_api.py:15:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          -
        • -
        -
      • -
      • - -
        0 ms
        -
        test_mock
        -
          -
        • - -
          0 ms
          -
          UserMockTests
          -
            -
          • - -
            0 ms
            -
            failedtest_mock_active_user
            -
              -
            • - FAILED [ 86%]
              -
            • -
            • - tests/users/test_mock.py:31 (UserMockTests.test_mock_active_user)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              users/test_mock.py:15:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtest_mock_get_user
            -
              -
            • - FAILED [ 88%]
              -
            • -
            • - tests/users/test_mock.py:23 (UserMockTests.test_mock_get_user)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              users/test_mock.py:15:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtest_mock_user_update
            -
              -
            • - FAILED [ 89%]
              -
            • -
            • - tests/users/test_mock.py:47 (UserMockTests.test_mock_user_update)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              users/test_mock.py:15:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtest_request_password
            -
              -
            • - FAILED [ 91%]
              -
            • -
            • - tests/users/test_mock.py:62 (UserMockTests.test_request_password)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              users/test_mock.py:15:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtest_reset_password
            -
              -
            • - FAILED [ 92%]
              -
            • -
            • - tests/users/test_mock.py:74 (UserMockTests.test_reset_password)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              users/test_mock.py:15:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          -
        • -
        -
      • -
      • - -
        0 ms
        -
        test_unittest
        -
          -
        • - -
          0 ms
          -
          UserUnitTests
          -
            -
          • - -
            0 ms
            -
            failedtest_active_user
            -
              -
            • - FAILED [ 94%]
              -
            • -
            • - tests/users/test_unittest.py:37 (UserUnitTests.test_active_user)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              users/test_unittest.py:15:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtest_get_user
            -
              -
            • - FAILED [ 95%]
              -
            • -
            • - tests/users/test_unittest.py:16 (UserUnitTests.test_get_user)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              users/test_unittest.py:15:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtest_request_password
            -
              -
            • - FAILED [ 97%]
              -
            • -
            • - tests/users/test_unittest.py:53 (UserUnitTests.test_request_password)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              users/test_unittest.py:15:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtest_reset_password
            -
              -
            • - FAILED [ 98%]
              -
            • -
            • - tests/users/test_unittest.py:66 (UserUnitTests.test_reset_password)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              users/test_unittest.py:15:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          • - -
            0 ms
            -
            failedtest_update_user
            -
              -
            • - FAILED [100%]
              -
            • -
            • - tests/users/test_unittest.py:22 (UserUnitTests.test_update_user)self =
              def setUp(self):
              load_api_keys()
              self.client = contentstack.client(host=os.getenv("host"))
              > self.client.login(os.getenv("email"), os.getenv("password"))
              users/test_unittest.py:15:
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              ../contentstack_management/core/client.py:130: in login
              response = UserSession(username=email, password= password, api_client=self.api_client).login()
              _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
              self =
              def login(self):
              if self.email is None or self.email == '':
              > raise PermissionError(
              'You are not permitted to the stack without valid email id')
              E PermissionError: You are not permitted to the stack without valid email id
              ../contentstack_management/user_session/user_session.py:31: PermissionError
              -
            • -
            -
          • -
          -
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -