diff --git a/tests/e2e/test_changelog_commands.py b/tests/e2e/test_changelog_commands.py index be4380e..99bdb8a 100644 --- a/tests/e2e/test_changelog_commands.py +++ b/tests/e2e/test_changelog_commands.py @@ -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, ) diff --git a/tests/e2e/test_install_all_shallow.py b/tests/e2e/test_install_all_shallow.py index 13dc209..e5e7c1a 100644 --- a/tests/e2e/test_install_all_shallow.py +++ b/tests/e2e/test_install_all_shallow.py @@ -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, diff --git a/tests/e2e/test_list_commands.py b/tests/e2e/test_list_commands.py index 972f6fb..a0c5312 100644 --- a/tests/e2e/test_list_commands.py +++ b/tests/e2e/test_list_commands.py @@ -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): diff --git a/tests/e2e/test_make_commands.py b/tests/e2e/test_make_commands.py index 63e6eb9..56a5091 100644 --- a/tests/e2e/test_make_commands.py +++ b/tests/e2e/test_make_commands.py @@ -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): diff --git a/tests/e2e/test_proxy_commands.py b/tests/e2e/test_proxy_commands.py index cfe8202..4dbbed2 100644 --- a/tests/e2e/test_proxy_commands.py +++ b/tests/e2e/test_proxy_commands.py @@ -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): diff --git a/tests/e2e/test_tools_commands.py b/tests/e2e/test_tools_commands.py index 9e788ba..c446511 100644 --- a/tests/e2e/test_tools_commands.py +++ b/tests/e2e/test_tools_commands.py @@ -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(