10000 Refactor systests into separate modules, using pytest fixtures / idioms · Issue #472 · googleapis/python-spanner · GitHub
[go: up one dir, main page]

Skip to content
Refactor systests into separate modules, using pytest fixtures / idioms #472
Closed
@tseaver

Description

@tseaver

See #438, #439, ..., #469, #470.

The current setup / teardown code in tests/system/ is ancient, creaky, and not hardened well against quota restrictions / throttling.

  • Split the tests/system/test_system.py monolith up into more focused modules.
  • Re-do its setup / teardown using pytest fixtures, taking care to harden against 429 / 503 errors.
  • Likewise for tests/system/tests_system_dbapi.py.

Metadata

Metadata

Assignees

Labels

api: spannerIssues related to the googleapis/python-spanner API.type: processA process-related concern. May include testing, release, or the like.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0