Page MenuHomeSoftware Heritage

Run property-based tests on RemoteStorage and in_memory.Storage.
ClosedPublic

Authored by vlorentz on Nov 20 2018, 11:51 AM.

Diff Detail

Repository
rDSTO Storage manager
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

  • Mark xfail instead of skip.
ardumont added a subscriber: ardumont.

Thanks

swh/storage/tests/test_in_memory.py
47

What does this do?

It runs and if it fails, that displays the 'not implement yet' mention?

This revision is now accepted and ready to land.Nov 20 2018, 5:40 PM
vlorentz added inline comments.
swh/storage/tests/test_in_memory.py
47

It does not run, unless --runxfail is provided to pytest.

This revision was automatically updated to reflect the committed changes.