chore: 랜딩페이지·일회성 테스트 제거 + 라우트/스크립트 정리 - #21
Merged
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- ci.yml: TEST_DATABASE_URL, TEST_REDIS_HOST/PORT 추가로 실제 PG·Redis 통합 테스트 - conftest.py: TEST_REDIS_HOST 있으면 실제 Redis, 없으면 FakeRedis (로컬 기본) - sensor_routes.py: naive datetime 입력을 UTC로 정규화 (TIMESTAMPTZ 비교 버그 수정)
- landingpage.html 삭제 (782줄) - 일회성 테스트 스크립트 삭제: test/puttest.py, test/test_single_request.py - app/routes/admin_routes.py, sensor_routes.py 소폭 수정 - scripts/mock_data.py, test/locustfile.py 갱신 - profiles/flame.svg 추가 (프로파일링 결과) - README 갱신 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
변경 (정리)
🤖 Generated with Claude Code