mingrammer / pyreportcard

:traffic_light: A report card for Python application
MIT License
97 stars 12 forks source link

Check tests existence #27

Open xavierhardy opened 5 years ago

xavierhardy commented 5 years ago

Check the repository contains test files. The question here is how to define test files. Should we look for classes implementing common test library classes such as unittest.TestCase?

mingrammer commented 5 years ago

Sounds great. But it could be hard to define the test files as you said.

This issue needs to be more discussed.