Revision cc29708564c35575f569e863f028a480a9905cf4 authored by Antoine Lambert on 16 January 2020, 16:16:09 UTC, committed by Antoine Lambert on 16 January 2020, 16:53:22 UTC
Some objects (directories, origins, releases, revisions) will not be added
into the storage if they are provided as generator parameters to the *_add
methods instead of lists.

So ensure to transform generators into lists before processing the objects.
1 parent 8dcac2b
Raw File
pytest.ini
[pytest]
norecursedirs = docs
filterwarnings =
    ignore:.*the imp module.*:PendingDeprecationWarning
markers =
    db: execute tests using a postgresql database
    property_based: execute tests generating data with hypothesis (potentially long run time)
    network: execute tests using a socket between two threads
back to top