sockheadrps / PyProfileDataGen

This generates some data visualizations about a github users python projects and appends them to the profile via a work flow
GNU General Public License v3.0
3 stars 2 forks source link

Implement Testing #5

Open CracktheDom opened 4 weeks ago

CracktheDom commented 4 weeks ago

Write test cases to indicate whether code performs as expected

sockheadrps commented 4 weeks ago

Im not opposed to this necessarily, I would just have to think about how this could be implemented. Im sure there's a way to provide testing for these scripts, but really that would only cover the python code itself, it would not provide feedback for the sequential running of the scripts that generate the visuals. Ill look into it though and Im open to suggestions.