stack/sdks/implementations/python/tests/conftest.py
Ejiro Asiuwhu 728533c87f test: add failing tests for python sdk error hierarchy and base model
- Test StackAuthError base class storage and string representation
- Test all 13 category subclasses inherit from StackAuthError
- Test from_response() dispatch for known and unknown error codes
- Test StackAuthModel config and millis conversion
- Package skeleton with pyproject.toml (stubs only, tests expected to fail)
2026-03-24 22:17:03 +01:00

7 lines
95 B
Python

import pytest
@pytest.fixture
def base_url() -> str:
return "https://api.stack-auth.com"