Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
184 changes: 0 additions & 184 deletions DEVELOPMENT.md

This file was deleted.

9 changes: 2 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: help lint format check test test-mcp test-core test-auth test-metrics clean install-dev build ci
.PHONY: help lint format check test test-core test-auth test-metrics clean install-dev build ci

# Default target
help:
Expand All @@ -22,7 +22,7 @@ help:
@echo " test-core - Run core module tests"
@echo " test-auth - Run authentication tests"
@echo " test-metrics - Run metrics tests"
@echo " test-mcp - Run MCP server tests"
@echo ""
@echo ""
@echo "🚀 CI/CD:"
@echo " ci - Run full CI pipeline (format, lint, test)"
Expand Down Expand Up @@ -106,11 +106,6 @@ test-metrics:
pytest tests/test_metrics_*.py -v
@echo "✅ Metrics tests complete!"

# Run MCP server tests
test-mcp:
@echo "🧪 Running MCP server tests..."
pytest tests/test_mcp_*.py -v
@echo "✅ MCP tests complete!"

# Clean build artifacts
clean:
Expand Down
Loading
Loading