Files
aitbc/dev/tests
aitbc 40ddf89b9c
Some checks failed
CLI Tests / test-cli (push) Has been cancelled
Security Scanning / security-scan (push) Has been cancelled
Integration Tests / test-service-integration (push) Has been cancelled
Python Tests / test-python (push) Has been cancelled
Documentation Validation / validate-docs (push) Has been cancelled
API Endpoint Tests / test-api-endpoints (push) Has been cancelled
docs: update CLI command syntax across workflow documentation
- Updated marketplace commands: `marketplace --action` → `market` subcommands
- Updated wallet commands: direct flags → `wallet` subcommands
- Updated AI commands: `ai-submit`, `ai-status` → `ai submit`, `ai status`
- Updated blockchain commands: `chain` → `blockchain info`
- Standardized command structure across all workflow files
- Affected files: MULTI_NODE_MASTER_INDEX.md, TEST_MASTER_INDEX.md, multi-node-blockchain-marketplace
2026-04-08 12:10:21 +02: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.