test: Update version expectations from 2.9.0 to 3.0.0

- Update test_package_structure.py (4 assertions)
- Update test_cli_paths.py (1 assertion)
- Aligns tests with v3.0.0 major release
- Fixes 5 failing version check tests
This commit is contained in:
yusyus
2026-02-08 15:00:32 +03:00
parent c72056a8c9
commit 4deadd3800
2 changed files with 5 additions and 5 deletions

View File

@@ -138,7 +138,7 @@ class TestUnifiedCLIEntryPoints(unittest.TestCase):
# Should show version
output = result.stdout + result.stderr
self.assertIn("2.9.0", output)
self.assertIn("3.0.0", output)
except FileNotFoundError:
# If skill-seekers is not installed, skip this test