- Add comprehensive testing framework with 67 test cases covering unit, integration, and functional testing - Create universal YAML validator supporting all activity types with validation for metadata operations, terminal steps, and Python syntax - Implement proper Makefile with venv management and test runners following unDRY principles for copy-paste engineering - Add requirements-test.txt for test dependencies separation - Configure pytest with conftest.py for proper environment variable management - Update CLAUDE.md with Makefile best practices - All 67 tests passing with proper mocking of external dependencies Testing coverage includes: • Unit tests (37): Core app functions, utilities, navigation, response handling • Integration tests (20): Complete activity workflows and error handling • Functional tests (9): Full battleship game scenarios and edge cases • YAML validator (17): Universal validation for all activity configurations
28 lines
281 B
Text
28 lines
281 B
Text
flask
|
|
flask-socketio
|
|
|
|
#eventlet
|
|
gevent
|
|
gevent-websocket
|
|
|
|
openai
|
|
openai[datalib]
|
|
together
|
|
|
|
tiktoken
|
|
|
|
#llama-cpp-python[server]
|
|
|
|
# sqlite
|
|
Flask-SQLAlchemy
|
|
Flask-Migrate
|
|
|
|
# used for s3/spaces or aws bedrock (claude)
|
|
boto3
|
|
|
|
pyyaml
|
|
|
|
# if you want to plot charts.
|
|
matplotlib
|
|
numpy
|
|
sympy
|