Commit adc1e3d
authored
More complete unit tests for Azure Blob Storage backend (#1138)
* More complete unit tests for Azure Blob Storage backend
Pull request #1109 introduced key prefix support for the Azure backend, with
unit tests for `normalize_key()`, but those tests didn't test whether the
Storage impl *actually* used `normalize_key()` when constructing an API
request to Azure.
This change makes the unit tests more complete, by testing the Storage impl
directly through the use of a mock HTTP server as Azure API endpoint.
* Split up Azure storage tests1 parent d435d12 commit adc1e3d
4 files changed
+420
-48
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
| |||
0 commit comments