removing files/modules unused from Quokka project #672
Description
After i have wrote pytests #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
#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