Updates related to package name refactor.
All checks were successful
/ unit-tests (push) Successful in 10s

This commit is contained in:
2025-11-09 19:21:56 +01:00
parent 2addc85e40
commit e6bca1ce47
3 changed files with 10 additions and 10 deletions

View File

@@ -1,8 +1,8 @@
#!/usr/bin/env python3
import unittest
import requests
from sk.devops import Organization, Repository, Project, Item
from sk.azure import get_token
from devops.devops import Organization, Repository, Project, Item
from devops.azure import get_token
# Get the token outside the test class to speed up tests.
# Each Unit test instantinates the class, so doing it here avoids repeated authentication.