cthoyt / pystow

👜 Easily pick a place to store data for your Python code.
https://pystow.readthedocs.io
MIT License
36 stars 6 forks source link

Clarification that ensure_csv uses tab separations #52

Closed sgbaird closed 2 years ago

sgbaird commented 2 years ago

Closes #51

Feel free to modify, nix, or add as you like!

codecov-commenter commented 2 years ago

Codecov Report

Merging #52 (df2d05e) into main (321d98e) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #52   +/-   ##
=======================================
  Coverage   65.01%   65.01%           
=======================================
  Files          10       10           
  Lines         906      906           
  Branches      153      153           
=======================================
  Hits          589      589           
  Misses        296      296           
  Partials       21       21           
Impacted Files Coverage Δ
src/pystow/api.py 69.28% <ø> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

cthoyt commented 2 years ago

Thanks @sgbaird :)

sgbaird commented 2 years ago

Sure thing! Thanks for the patience with my questions and requests 🙂

cthoyt commented 2 years ago

Any time, if you've got suggestions for more things in PyStow I'm happy to implement new things or accept PRs