MCPcopy Create free account
hub / github.com/ExtendDB/extenddb / _is_validation_mode

Function _is_validation_mode

tests/python/conftest.py:36–38  ·  view source on GitHub ↗

Return True if running in validation mode (against real DynamoDB).

()

Source from the content-addressed store, hash-verified

34
35
36def _is_validation_mode() -> bool:
37 """Return True if running in validation mode (against real DynamoDB)."""
38 return os.environ.get("EXTENDDB_VALIDATION_MODE", "").lower() == "true"
39
40
41# Custom markers

Callers 1

conftest.pyFile · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected