ionrock / pytest-el

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

Autoload cookies and polish #8

Closed Wilfred closed 8 years ago

Wilfred commented 8 years ago

I've been enjoying using pytest-el recently, but it would be useful if the functions were autoloaded so I didn't need to (require 'pytest) in my config.

I've also ensured all dependencies are correctly required.

Let me know what you think :)

ionrock commented 8 years ago

Thanks @wilfred!