Files
aitbc/dev/tests
oib 5273b1866f fix: remove /v1 prefix from agent API endpoints and resolve variable naming conflicts
- Update all agent command endpoints to remove /v1 prefix for API consistency
- Rename `success` variable to `is_success` in chain.py to avoid conflict with success() function
- Rename `output` parameter to `output_file` in genesis.py for clarity
- Add admin command help tests to verify command structure
- Update blockchain status endpoint from /status to /v1/health in tests
- Mark admin help command as working
2026-03-05 09:13:11 +01:00
..
2026-03-02 15:49:57 +01:00

Development Tests

This directory contains ad-hoc development tests and experimental scripts.

Purpose

  • Quick validation during development
  • Multi-chain testing scenarios
  • API submission experiments
  • Cross-site testing
  • Performance validation scripts

Usage

These tests are meant for development use only and may not be suitable for CI/CD pipelines.

Structure

  • test_multi_chain*.py - Multi-chain blockchain testing
  • test_api_submit*.py - API submission testing
  • test_*.sh - Shell script test scenarios
  • simple_test_results.json - Test results storage

Note

For production-ready tests, see the main /tests/ directory.