Closed arturponinski closed 2 years ago
This PR has the objective of allowing non-str headers to be passed to toxlsx. This will align behavior with other methods, ie. todb, toavro...
toxlsx
todb
toavro
Closes https://github.com/petl-developers/petl/issues/530
Additionaly this PR introduces a refactor of test_xlsx.py to utilize pytest fixtures
test_xlsx.py
appendxlsx
Use this checklist for assuring the quality of pull requests that include new code and or make changes to existing code.
tox
pytest
Coverage increased (+0.05%) to 91.813% when pulling e449b97ef6384de8f74067c0bfe80201d5fd6d7b on arturponinski:cast-header-to-str-in-toxlsx into a62aabcc3b20fe189a0875e405184533f1a72376 on petl-developers:master.
@juarezr I believe it is, merged :tada:
This PR has the objective of allowing non-str headers to be passed to
toxlsx
. This will align behavior with other methods, ie.todb
,toavro
...Closes https://github.com/petl-developers/petl/issues/530
Additionaly this PR introduces a refactor of
test_xlsx.py
to utilize pytest fixturesChanges
toxlsx
andappendxlsx
https://github.com/petl-developers/petl/pull/600/commits/c251bc5b7566a56a579c415f2b2a08be94767b77Checklist
Use this checklist for assuring the quality of pull requests that include new code and or make changes to existing code.
tox
/pytest