Skip to content

test: include all unit test modules - #50

Merged
unohee merged 1 commit into
mainfrom
agent/include-all-unit-tests
Jul 18, 2026
Merged

test: include all unit test modules#50
unohee merged 1 commit into
mainfrom
agent/include-all-unit-tests

Conversation

@unohee

@unohee unohee commented Jul 18, 2026

Copy link
Copy Markdown
Owner

변경 사항

  • pytest 기본 설정에서 tests/unit/test_auth.pytests/unit/test_client.py의 파일 단위 제외를 제거했습니다.
  • 두 테스트 모듈이 기본 테스트 수집과 100% 커버리지 게이트에 포함됩니다.

배경

기존 100% 커버리지 설정은 두 단위 테스트 파일을 --ignore로 숨기고 있었습니다. 현재 두 모듈의 실행 가능한 테스트는 모두 통과하므로 파일 전체 제외가 더 이상 필요하지 않습니다. 실계좌 자격증명이 필요한 8개 테스트는 기존 requires_credentials 마커에 따라 명시적으로 스킵됩니다.

검증

  • pytest -o addopts='' --timeout=60 -q -rs tests/unit/test_auth.py tests/unit/test_client.py: 53 passed, 8 skipped
  • pytest tests/ --timeout=60 -q --tb=short --cov-report=term-missing:skip-covered --cov-report=json:/tmp/kis-agent-coverage-final.json: 2138 passed, 97 skipped, 100.00% coverage (9974/9974)
  • OpenSwarm review: APPROVE

@unohee
unohee merged commit 19ac52f into main Jul 18, 2026
6 checks passed
@unohee
unohee deleted the agent/include-all-unit-tests branch July 18, 2026 23:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant