Solved e2e naming bugs

This commit is contained in:
Kevin Veen-Birkenbach
2025-12-09 15:02:04 +01:00
parent a4efb847ba
commit 14f0188efd
6 changed files with 6 additions and 7 deletions

View File

@@ -1,4 +1,3 @@
# tests/e2e/test_integration_changelog_commands.py
from __future__ import annotations from __future__ import annotations
import os import os
@@ -6,7 +5,7 @@ import runpy
import sys import sys
import unittest import unittest
from test_integration_version_commands import ( from test_version_commands import (
_load_pkgmgr_repo_dir, _load_pkgmgr_repo_dir,
PROJECT_ROOT, PROJECT_ROOT,
) )

View File

@@ -14,7 +14,7 @@ import runpy
import sys import sys
import unittest import unittest
from test_integration_install_pkgmgr_shallow import ( from test_install_pkgmgr_shallow import (
nix_profile_list_debug, nix_profile_list_debug,
remove_pkgmgr_from_nix_profile, remove_pkgmgr_from_nix_profile,
pkgmgr_help_debug, pkgmgr_help_debug,

View File

@@ -5,7 +5,7 @@ import runpy
import sys import sys
import unittest import unittest
from test_integration_version_commands import PROJECT_ROOT from test_version_commands import PROJECT_ROOT
class TestIntegrationListCommands(unittest.TestCase): class TestIntegrationListCommands(unittest.TestCase):

View File

@@ -15,7 +15,7 @@ import runpy
import sys import sys
import unittest import unittest
from test_integration_version_commands import _load_pkgmgr_repo_dir from test_version_commands import _load_pkgmgr_repo_dir
class TestIntegrationMakeCommands(unittest.TestCase): class TestIntegrationMakeCommands(unittest.TestCase):

View File

@@ -5,7 +5,7 @@ import runpy
import sys import sys
import unittest import unittest
from test_integration_version_commands import PROJECT_ROOT from test_version_commands import PROJECT_ROOT
class TestIntegrationProxyCommands(unittest.TestCase): class TestIntegrationProxyCommands(unittest.TestCase):

View File

@@ -24,7 +24,7 @@ import runpy
import sys import sys
import unittest import unittest
from test_integration_version_commands import _load_pkgmgr_repo_dir from test_version_commands import _load_pkgmgr_repo_dir
@unittest.skip( @unittest.skip(