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
Branch
prop-tests-every-backend
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 2459
Build 3033: tox-on-jenkinsJenkins
Build 3032: arc lint + arc unit

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.