Moved devops package to sk module.
All checks were successful
/ unit-tests (push) Successful in 9s

This commit is contained in:
2025-11-03 14:52:20 +01:00
parent f797cd098d
commit b7608dcdf8
3 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
import unittest
import requests
from azure.identity import DefaultAzureCredential
from devops import DEVOPS_SCOPE, Organization, Repository, Project, Item
from sk.devops import DEVOPS_SCOPE, Organization, Repository, Project, Item
# Get the token outside the test class to speed up tests.
# Each Unit test instantinates the class, so doing it here avoids repeated authentication.