Diff Detail
- Repository
- rDSTO Storage manager
- Branch
- get_storage-return-type
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 10348 Build 15383: tox-on-jenkins Jenkins Build 15382: arc lint + arc unit
Event Timeline
Build has FAILED
Link to build: https://jenkins.softwareheritage.org/job/DSTO/job/tox/900/
See console output for more information: https://jenkins.softwareheritage.org/job/DSTO/job/tox/900/console
swh/storage/__init__.py | ||
---|---|---|
72 | mmmph, ugly. Also can't we raise a more explicit message as i remember we do in other part of the stack. raise ValueError('Unsupported storage. Choices are...') or something. |
swh/storage/__init__.py | ||
---|---|---|
72 |
mypy says doesn't like the old version.
sure |
Build has FAILED
Link to build: https://jenkins.softwareheritage.org/job/DSTO/job/tox/916/
See console output for more information: https://jenkins.softwareheritage.org/job/DSTO/job/tox/916/console
Build has FAILED
Link to build: https://jenkins.softwareheritage.org/job/DSTO/job/tox/918/
See console output for more information: https://jenkins.softwareheritage.org/job/DSTO/job/tox/918/console
Build has FAILED
Link to build: https://jenkins.softwareheritage.org/job/DSTO/job/tox/919/
See console output for more information: https://jenkins.softwareheritage.org/job/DSTO/job/tox/919/console
Build is green
See https://jenkins.softwareheritage.org/job/DSTO/job/tox/926/ for more details.
Build is green
See https://jenkins.softwareheritage.org/job/DSTO/job/tox/927/ for more details.
Actually, that's a bad idea. It makes mypy refuse backend classes with missing endpoints (even deprecated ones)