wbolster / emacs-python-pytest

run pytest inside emacs
BSD 3-Clause "New" or "Revised" License
149 stars 26 forks source link

Respect projectile-compilation-dir if it exists. #59

Closed spookylukey closed 2 years ago

spookylukey commented 2 years ago

This allows you to customise the start directory using .dir-locals and the projectile-project-compilation-dir variable.

If that is not defined, it falls back to projectile-project-root.

Fixes #57

wbolster commented 2 years ago

🙏🏼