miracle2k / django-assets

Django webassets integration.
BSD 2-Clause "Simplified" License
89 stars 79 forks source link

Change name of pytest plugin to something other than "name_of_plugin" #71

Closed simonpercivall closed 8 years ago

simonpercivall commented 8 years ago

The name of the pytest plugin is currently "name_of_plugin", which isn't really what you'd expect.

I think "django_assets" would be a better name.

Also, please remove the print, since it'll print that for every test case.

Thanks!