quokkaproject / quokka

LOOKING FOR NEW MAINTAINER - Quokka is a Content Management System - `docker run --rm -it -p 5000:5000 quokka/quokka`
http://www.quokkaproject.org
Other
2.23k stars 448 forks source link

removing files/modules unused from Quokka project #672

Open marcosptf opened 5 years ago

marcosptf commented 5 years ago

After i have wrote pytests https://github.com/rochacbruno/quokka/pull/667 , i saw some files/modules/functions defined but not used or dont call for no one, list bellow:

tests/module_template/quokka_module_template/test_admin.py quokka/admin/formatters.py quokka/admin/widgets.py /tests/admin/test_widgets.py quokka//admin/test_ajax.py tests/admin/test_ajax.py quokka//admin/test_forms.py tests/admin/test_forms.py quokka//admin/test_wtforms_html5.py tests/admin/test_wtforms_html5.py quokka//core/content/test_formats.py tests/core/content/test_formats.py quokka/admin/formatters.py quokka/admin/widgets.py /tests/admin/test_widgets.py quokka//admin/test_ajax.py tests/admin/test_ajax.py quokka//admin/test_forms.py tests/admin/test_forms.py quokka//admin/test_wtforms_html5.py tests/admin/test_wtforms_html5.py quokka//core/content/test_formats.py tests/core/content/test_formats.py

how to resolve this? 1.i'll open a new pr to resolve this, but i need first that my pr is merged first https://github.com/rochacbruno/quokka/pull/667

2.i need a help to dont delete a important file, then i need that someone help me to see if really this files above make sense be deleted, i can make some mistakes :-) kkk

thanks

Att, Marcos Paulo

romeojulietthotel commented 5 years ago

After i have wrote pytests #667 , i saw some files/modules/functions defined but not used or dont call for no one, list bellow:

What did you do to create the list?