schireson / pytest-mock-resources

Pytest Fixtures that let you actually test against external resource (Postgres, Mongo, Redshift...) dependent code.
https://pytest-mock-resources.readthedocs.io/en/latest/quickstart.html
MIT License
183 stars 19 forks source link

Adding left and right to udf.py #165

Closed jarrettalexander77 closed 2 years ago

jarrettalexander77 commented 2 years ago

Addressing #164

codecov[bot] commented 2 years ago

Codecov Report

Merging #165 (cd3d345) into main (a28c490) will increase coverage by 0.02%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #165      +/-   ##
==========================================
+ Coverage   82.84%   82.87%   +0.02%     
==========================================
  Files          30       30              
  Lines        1306     1308       +2     
  Branches      187      187              
==========================================
+ Hits         1082     1084       +2     
  Misses        183      183              
  Partials       41       41              
Impacted Files Coverage Δ
...ources/fixture/database/relational/redshift/udf.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

DanCardin commented 2 years ago

Hey, I think you just need to run the black autoformatter to get CI to stop complaining

DanCardin commented 2 years ago

thanks for the addition! I addressed the formatting issues so CI could pass.

jarrettalexander77 commented 2 years ago

Sorry, I forgot to check in on this for a while. We only use GitHub here and there where I work currently so this fell under the radar. I appreciate you fixing the formatting issues.