mirror of
https://github.com/stack-auth/stack.git
synced 2026-07-20 21:29:36 +08:00
- 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)
7 lines
95 B
Python
7 lines
95 B
Python
import pytest
|
|
|
|
|
|
@pytest.fixture
|
|
def base_url() -> str:
|
|
return "https://api.stack-auth.com"
|