This folder contains functional tests for the code-tokenizer package.
uv run pytestuv run pytest tests/functional/test_file_analyzer.py
uv run pytest tests/functional/test_code_collector.py
uv run pytest tests/functional/test_code_analyzer.pyuv run pytest -vuv run pytest --cov=src/code_tokenizer --cov-report=term-missingtests/functional/- Contains all functional teststest_file_analyzer.py- FileAnalyzer core functionality teststest_code_collector.py- CodeCollector functionality teststest_code_analyzer.py- CodeAnalyzer integration tests
- Uses uv for dependency management
- Requires pytest and pytest-cov for coverage reporting