🧹 Organize project root directory
All checks were successful
Documentation Validation / validate-docs (push) Successful in 9s
All checks were successful
Documentation Validation / validate-docs (push) Successful in 9s
- Move documentation files to docs/summaries/ - Move temporary files to temp/ directory - Keep only essential files in root directory - Improve project structure and maintainability
This commit is contained in:
2
temp/.pytest_cache/.gitignore
vendored
Normal file
2
temp/.pytest_cache/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
# Created by pytest automatically.
|
||||
*
|
||||
4
temp/.pytest_cache/CACHEDIR.TAG
Normal file
4
temp/.pytest_cache/CACHEDIR.TAG
Normal file
@@ -0,0 +1,4 @@
|
||||
Signature: 8a477f597d28d172789f06886806bc55
|
||||
# This file is a cache directory tag created by pytest.
|
||||
# For information about cache directory tags, see:
|
||||
# https://bford.info/cachedir/spec.html
|
||||
8
temp/.pytest_cache/README.md
Normal file
8
temp/.pytest_cache/README.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# pytest cache directory #
|
||||
|
||||
This directory contains data from the pytest's cache plugin,
|
||||
which provides the `--lf` and `--ff` options, as well as the `cache` fixture.
|
||||
|
||||
**Do not** commit this to version control.
|
||||
|
||||
See [the docs](https://docs.pytest.org/en/stable/how-to/cache.html) for more information.
|
||||
47
temp/.pytest_cache/v/cache/lastfailed
vendored
Normal file
47
temp/.pytest_cache/v/cache/lastfailed
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"tests/certification/test_certification_system.py": true,
|
||||
"tests/cli/test_admin.py": true,
|
||||
"tests/cli/test_agent_commands.py": true,
|
||||
"tests/cli/test_auth.py": true,
|
||||
"tests/cli/test_blockchain.py": true,
|
||||
"tests/cli/test_chain.py": true,
|
||||
"tests/cli/test_cli_integration.py": true,
|
||||
"tests/cli/test_client.py": true,
|
||||
"tests/cli/test_config.py": true,
|
||||
"tests/cli/test_deploy_commands.py": true,
|
||||
"tests/cli/test_deploy_commands_simple.py": true,
|
||||
"tests/cli/test_deploy_structure.py": true,
|
||||
"tests/cli/test_exchange.py": true,
|
||||
"tests/cli/test_genesis.py": true,
|
||||
"tests/cli/test_governance.py": true,
|
||||
"tests/cli/test_marketplace.py": true,
|
||||
"tests/cli/test_marketplace_additional.py": true,
|
||||
"tests/cli/test_marketplace_advanced_commands.py": true,
|
||||
"tests/cli/test_marketplace_bids.py": true,
|
||||
"tests/cli/test_miner.py": true,
|
||||
"tests/cli/test_multimodal_commands.py": true,
|
||||
"tests/cli/test_node.py": true,
|
||||
"tests/cli/test_openclaw_commands.py": true,
|
||||
"tests/cli/test_optimize_commands.py": true,
|
||||
"tests/cli/test_simulate.py": true,
|
||||
"tests/cli/test_swarm_commands.py": true,
|
||||
"tests/cli/test_wallet.py": true,
|
||||
"tests/cli/test_wallet_additions.py": true,
|
||||
"tests/cli/test_wallet_remaining.py": true,
|
||||
"tests/integration/test_agent_economics_integration.py": true,
|
||||
"tests/integration/test_blockchain_sync.py": true,
|
||||
"tests/integration/test_community_governance.py": true,
|
||||
"tests/integration/test_event_driven_cache.py": true,
|
||||
"tests/integration/test_performance_optimization.py": true,
|
||||
"tests/integration/test_pricing_integration.py": true,
|
||||
"tests/integration/test_reputation_system.py": true,
|
||||
"tests/integration/test_reward_system.py": true,
|
||||
"tests/integration/test_trading_system.py": true,
|
||||
"tests/security/test_agent_wallet_security.py": true,
|
||||
"tests/security/test_cli_translation_security.py": true,
|
||||
"tests/testing/test_pricing_performance.py": true,
|
||||
"tests/unit/test_core_functionality.py": true,
|
||||
"tests/unit/test_dynamic_pricing.py": true,
|
||||
"tests/websocket/test_websocket_stream_backpressure.py": true,
|
||||
"tests/load_test.py": true
|
||||
}
|
||||
Reference in New Issue
Block a user