https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: 829118a63f37151fdc0db82eee312d6a6eb78e10 authored by Nicolas Dandrimont on 24 September 2020, 10:44:17 UTC
Add the SQL commands used to set up the logical replication publication
Tip revision: 829118a
pytest.ini
[pytest]
norecursedirs = docs .*
filterwarnings =
    ignore:.*the imp module.*:PendingDeprecationWarning
markers =
    db: execute tests using a postgresql database
    cassandra: execute tests using a cassandra database (which are slow)
    property_based: execute tests generating data with hypothesis (potentially long run time)
    network: execute tests using a socket between two threads
back to top