ydb-platform / ydb

YDB is an open source Distributed SQL Database that combines high availability and scalability with strong consistency and ACID transactions
https://ydb.tech
Apache License 2.0
3.87k stars 536 forks source link

[pg] Run simple docker test per PR #4672

Open rekby opened 4 months ago

rekby commented 4 months ago

Write python wrapper for docker containers test.

The wrapper must allow minimum two modes:

rekby commented 3 months ago

Hooks

def pytest_generate_tests(metafunc): ...

and def pytest_deselected(items): ...

allow to generate test names and detect what of them are filtered.

Hook spec

rekby commented 2 months ago

Work within folder: https://github.com/rekby-forks/ydb/tree/pg-tests/ydb/tests/postgres_integrations