kushaldas / johnnycanencrypt

Python module for OpenPGP written in Rust.
GNU Lesser General Public License v3.0
51 stars 9 forks source link

Use pytest fixtures for temporary files and directories #88

Closed euri10 closed 2 years ago

euri10 commented 2 years ago

This build on previous PR and uses the built-in pytest fixture tmp_path insstead of the xunit_style setup_module This way your /tmp folder is not cluttered anymore with all the files created

euri10 commented 2 years ago

ok CI is stuck in here, will open a new PR :)