Closed yakky closed 3 years ago
Merging #125 (f133b68) into develop (1c3cffd) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## develop #125 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 4 5 +1
Lines 148 160 +12
Branches 15 15
=========================================
+ Hits 148 160 +12
Flag | Coverage Δ | |
---|---|---|
unittests | 99.37% <100.00%> (+0.05%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
meta/utils.py | 100.00% <100.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 1c3cffd...f133b68. Read the comment docs.
Description
Use thread locals to store request to build absolute url
This is safer in general, and especially in ASGI environment. If ASGI (which ships its own version) is not available, we use threading local
Move to pytest runner to run async tests (though not on ASGI)
References
Fix #115
Checklist
inv lint
changes
file included (see docs)