Skip to content

Ezequiel advanced test#1

Merged
breedx merged 5 commits intomainfrom
ezequiel-advanced-test
Dec 19, 2025
Merged

Ezequiel advanced test#1
breedx merged 5 commits intomainfrom
ezequiel-advanced-test

Conversation

@breedx
Copy link
Copy Markdown
Owner

@breedx breedx commented Dec 19, 2025

No description provided.

Claude Code added 5 commits December 19, 2025 18:34
- Add JWT authentication (OAuth2 pattern) with bcrypt
- Implement multi-tenant architecture with data isolation
- Add file upload/download simulation (S3-like)
- Implement rate limiting (10 req/min)
- Add pagination support
- Create CI/CD pipeline template (GitHub Actions)
- Update requirements with auth dependencies
- Add test markers for categorization
- Include example fixtures and patterns
- Remove internal references (RAD, VizioGram)
- Rename py/ to app/ (avoid pytest conflict)
- Require 30+ tests vs 15 (senior level)
- Add TESTING_STRATEGY.md requirement
- Create rust_tests/ with blocking HTTP client tests
- Add 10 test cases (7 working, 3 TODO)
- Tests: health, auth, users, tenant isolation
- Demonstrates cross-language testing capability
- Update CI/CD to run Rust tests after Python
- Add Rust setup instructions to README
- Add .gitignore for Rust build artifacts

Note: Some tests may need cleanup between runs.
Candidate should implement /test/reset endpoint calls.
- Replace '30+ tests REQUIRED' with 3-tier system
- Tier 1 (Core): 15-18 tests, 3-4 hours - MUST COMPLETE
- Tier 2 (Extended): +6-8 tests, +1.5-2 hours - SHOULD COMPLETE
- Tier 3 (Bonus): +5-10 tests, +1-2 hours - OPTIONAL

Makes assessment more reasonable:
- Minimum pass: 15+ tests (achievable in 3-4 hours)
- Strong pass: 20-25 tests (achievable in 5-6 hours)
- Outstanding: 25-30+ tests (for exceptional candidates)

Clear expectations for each tier and time investment.
Revised tiers for professional/realistic timeline:
- Tier 1: 10-12 tests, 1.5-2 hours (auth + user CRUD + basic isolation)
- Tier 2: +5-7 tests, +1 hour (files, pagination, validation)
- Tier 3: +5+ tests, +1+ hour (advanced auth, rate limiting, CI/CD)

Total time: 2-4 hours (reasonable for senior engineer)
Remove internal DIFFICULTY_ANALYSIS.md
- Distinguish Python tests from Rust tests (rust_tests/)
- Update pytest.ini testpaths
- Update coverage omit patterns
- All tests still discoverable via pytest
@breedx breedx merged commit 4c30fb0 into main Dec 19, 2025
1 of 5 checks passed
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