pyinfra-dev / pyinfra

pyinfra turns Python code into shell commands and runs them on your servers. Execute ad-hoc commands and write declarative operations. Target SSH servers, local machine and Docker containers. Fast and scales from one server to thousands.
https://pyinfra.com
MIT License
3.85k stars 374 forks source link

Add tests for `files.*` operations using `Path` objects #622

Closed Fizzadar closed 1 year ago

Fizzadar commented 1 year ago

This is now tested (ie https://github.com/Fizzadar/pyinfra/blob/eaebc7b9583017bc5e7950e00342e1fb6e648b2d/tests/operations/files.line/pathlib_edit.json, and so on).