Cleaned Up tests
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
# tests/integration/test_install_repos_integration.py
|
||||
|
||||
import os
|
||||
import tempfile
|
||||
import unittest
|
||||
0
tests/unit/pkgmgr/actions/repos/__init__.py
Normal file
0
tests/unit/pkgmgr/actions/repos/__init__.py
Normal file
0
tests/unit/pkgmgr/cli/__init__.py
Normal file
0
tests/unit/pkgmgr/cli/__init__.py
Normal file
0
tests/unit/pkgmgr/cli/commands/__init__.py
Normal file
0
tests/unit/pkgmgr/cli/commands/__init__.py
Normal file
@@ -6,7 +6,7 @@ Unit tests for pkgmgr.cli.commands.release.
|
||||
|
||||
These tests focus on the wiring layer:
|
||||
- Argument handling for the release command as defined by the
|
||||
top-level parser (cli_core.parser.create_parser).
|
||||
top-level parser (cli.parser.create_parser).
|
||||
- Correct invocation of pkgmgr.actions.release.release(...) for the
|
||||
selected repositories.
|
||||
- Behaviour of --preview, --list, --close, and -f/--force.
|
||||
@@ -22,7 +22,7 @@ from pkgmgr.cli.commands.branch import handle_branch
|
||||
|
||||
class TestBranchCLI(unittest.TestCase):
|
||||
"""
|
||||
Tests for the branch subcommands implemented in cli_core.
|
||||
Tests for the branch subcommands implemented in cli.
|
||||
"""
|
||||
|
||||
def _create_parser(self):
|
||||
0
tests/unit/pkgmgr/core/__init__.py
Normal file
0
tests/unit/pkgmgr/core/__init__.py
Normal file
Reference in New Issue
Block a user