Added project reference handling in cpl remove

This commit is contained in:
2022-06-04 00:36:31 +02:00
parent 77c560b40c
commit 89d591ce0a
2 changed files with 52 additions and 3 deletions

View File

@@ -31,6 +31,7 @@ class RemoveTestCase(unittest.TestCase):
CLICommands.new('console', self._source, '--ab', '--s')
os.chdir(os.path.join(os.getcwd(), self._source))
CLICommands.new('console', self._target, '--ab', '--s')
CLICommands.add(self._source, self._target)
def test_remove(self):
CLICommands.remove(self._target)