Azure / azure-storage-python

Microsoft Azure Storage Library for Python
https://azure-storage.readthedocs.io
MIT License
339 stars 241 forks source link

Better exception for invalid connection string #639

Closed marco-rossi29 closed 4 years ago

marco-rossi29 commented 4 years ago

Added Invalid Azure Storage ConnectionString exception in place of dictionary update sequence element #0 has length 1; 2 is required

codecov-io commented 4 years ago

Codecov Report

Merging #639 into master will decrease coverage by 0.03%. The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #639      +/-   ##
==========================================
- Coverage   87.01%   86.98%   -0.04%     
==========================================
  Files          52       52              
  Lines        5285     5288       +3     
  Branches      566      566              
==========================================
+ Hits         4599     4600       +1     
- Misses        513      515       +2     
  Partials      173      173
Impacted Files Coverage Δ
...storage-common/azure/storage/common/_connection.py 94.44% <50%> (-2.66%) :arrow_down:

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 54e60c8...005c23a. Read the comment docs.