Files
orion/tests/integration/api/v1/admin
Samir Boulahtit bb0aabb918 fix: add bin_location to inventory fixtures and service
- Add warehouse and bin_location fields to test fixtures
- Update InventoryService to include warehouse/bin_location when creating entries
- Fix all Inventory model instantiations in tests to include required fields
- All 119 inventory tests now pass

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-27 17:31:16 +01:00
..
2025-11-21 23:16:21 +01:00
2025-11-21 23:16:21 +01:00

Admin API Integration Tests

Documentation

For comprehensive testing documentation, see:

Test Structure Guide in MkDocs

Quick Start

# Run all admin tests
pytest tests/integration/api/v1/admin/ -v

Status

⚠️ Tests to be migrated from legacy test files.

See Test Structure Guide for migration details.