ionrock / pytest-el

Run py.test on testing functions, classes, modules and entire suites in Emacs.
55 stars 26 forks source link

Allow a test buffer per project if projectile is installed. #21

Closed cpaulik closed 7 years ago

cpaulik commented 7 years ago

This makes is possible to work on multiple projects at the same time without having to close the other test buffers which might still contain useful information.

ionrock commented 7 years ago

Awesome @cpaulik!