copy standalone_config.example.json standalone_config.json
start_standalone.cmd.venv\Scripts\python.exe -m unittest discover -s tests -v
.venv\Scripts\python.exe scripts\release_check.pyContributions should:
- keep the service bound to the loopback interface by default;
- keep tests offline and deterministic;
- add explicit timeouts to every network request;
- redact credentials and payment data from errors and logs;
- avoid replaying mutating requests after ambiguous transport failures;
- verify final account state instead of equating a button click or HTTP 200 response with success.
Use synthetic values in tests. Do not commit local configuration, captures, runtime fingerprint data, real account identifiers, proxy credentials, or payment information.