From 14f0188efdf93e739c9b42eb2de0bc52dd1b2694 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Tue, 9 Dec 2025 15:02:04 +0100 Subject: [PATCH] Solved e2e naming bugs --- tests/e2e/test_changelog_commands.py | 3 +-- tests/e2e/test_install_all_shallow.py | 2 +- tests/e2e/test_list_commands.py | 2 +- tests/e2e/test_make_commands.py | 2 +- tests/e2e/test_proxy_commands.py | 2 +- tests/e2e/test_tools_commands.py | 2 +- 6 files changed, 6 insertions(+), 7 deletions(-) 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(