- Change file mode from 644 to 755 for all project files - Add chain_id parameter to get_balance RPC endpoint with default "ait-devnet" - Rename Miner.extra_meta_data to extra_metadata for consistency
27 lines
655 B
Markdown
Executable File
27 lines
655 B
Markdown
Executable File
# 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.
|