Solved e2e naming bugs
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
# tests/e2e/test_integration_changelog_commands.py
|
||||
from __future__ import annotations
|
||||
|
||||
import os
|
||||
@@ -6,7 +5,7 @@ import runpy
|
||||
import sys
|
||||
import unittest
|
||||
|
||||
from test_integration_version_commands import (
|
||||
from test_version_commands import (
|
||||
_load_pkgmgr_repo_dir,
|
||||
PROJECT_ROOT,
|
||||
)
|
||||
|
||||
@@ -14,7 +14,7 @@ import runpy
|
||||
import sys
|
||||
import unittest
|
||||
|
||||
from test_integration_install_pkgmgr_shallow import (
|
||||
from test_install_pkgmgr_shallow import (
|
||||
nix_profile_list_debug,
|
||||
remove_pkgmgr_from_nix_profile,
|
||||
pkgmgr_help_debug,
|
||||
|
||||
@@ -5,7 +5,7 @@ import runpy
|
||||
import sys
|
||||
import unittest
|
||||
|
||||
from test_integration_version_commands import PROJECT_ROOT
|
||||
from test_version_commands import PROJECT_ROOT
|
||||
|
||||
|
||||
class TestIntegrationListCommands(unittest.TestCase):
|
||||
|
||||
@@ -15,7 +15,7 @@ import runpy
|
||||
import sys
|
||||
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):
|
||||
|
||||
@@ -5,7 +5,7 @@ import runpy
|
||||
import sys
|
||||
import unittest
|
||||
|
||||
from test_integration_version_commands import PROJECT_ROOT
|
||||
from test_version_commands import PROJECT_ROOT
|
||||
|
||||
|
||||
class TestIntegrationProxyCommands(unittest.TestCase):
|
||||
|
||||
@@ -24,7 +24,7 @@ import runpy
|
||||
import sys
|
||||
import unittest
|
||||
|
||||
from test_integration_version_commands import _load_pkgmgr_repo_dir
|
||||
from test_version_commands import _load_pkgmgr_repo_dir
|
||||
|
||||
|
||||
@unittest.skip(
|
||||
|
||||
Reference in New Issue
Block a user