Diff Detail
- Repository
- rDDEP Push deposit
- Branch
- sentry
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 9851 Build 14539: tox-on-jenkins Jenkins Build 14538: arc lint + arc unit
Event Timeline
Build is green
See https://jenkins.softwareheritage.org/job/DDEP/job/tox/205/ for more details.
swh/deposit/tests/test_gunicorn_config.py | ||
---|---|---|
8 | the more the merrier ;) (You've got 2 copyright headers) |
Build is green
See https://jenkins.softwareheritage.org/job/DDEP/job/tox/206/ for more details.
I've no idea what this allows to do.
Can you please enlighten me?
swh/deposit/tests/test_gunicorn_config.py | ||
---|---|---|
13 | jsyk, pytest-mock (extra dep though, fixture is named mocker) has started to be used as well [1]. | |
24 | jsyk, there is the pytest's monkeypatch fixture we started using consistently now [1] [1] https://forge.softwareheritage.org/source/swh-loader-core/browse/master/conftest.py$44 |
Build is green
See https://jenkins.softwareheritage.org/job/DDEP/job/tox/209/ for more details.
I stil don't see much what that is, even following the other diff.
i had a glimpse of the sentry ui and i quite like it
so ok, i guess.
It defines a function that gets called by gunicorn workers when they start. This function calls sentry_sdk.init() so it hooks itself in exception handlers and other places