salesagility / SuiteCRM

SuiteCRM - Open source CRM for the world
https://www.suitecrm.com
GNU Affero General Public License v3.0
4.45k stars 2.08k forks source link

Modules without unit tests #7110

Open connorshea opened 5 years ago

connorshea commented 5 years ago

I don't know if it makes sense to have an issue for this, feel free to close it if it's not helpful :)

I noticed a lot of modules don't have any unit tests at all, so I made a quick list by diffing the output of tree -L 1 -d tests/unit/phpunit/modules/ with the output of tree -L 1 -d modules/, which lists all the directories that are direct descendants of each modules directory respectively.

The following modules have no unit tests:

Dillon-Brown commented 5 years ago

Thanks for this! I was just about to look at making a list like this before I remembered you'd already raised it.