[go: up one dir, main page]

Module test_config

Module test_config 

Source
Expand description

Test configuration management utilities.

Provides test environment configuration loading and management, supporting:

  • Configuration loading from environment variables
  • Configuration loading from .env files
  • Multi-exchange API credential management
  • Test data path management
  • Performance benchmark configuration

Structs§

BenchmarkConfig
Performance benchmark configuration.
ExchangeConfig
Exchange-specific configuration.
TestConfig
Main test configuration structure.
TestDataConfig
Test data configuration.

Enums§

ConfigError
Configuration loading error types.