Describe your feature request
I’m trying to create a tool to automatically collect python unittest results and send to an external server. this is in the context of teams for education.
In particular, I’m interested in hooking into the unittest lifecycle so at the end of the test, I can send a POST to an endpoint of my choice, along with some identifying information from my student project so I can automatically collect and collate the information.
What problem(s) would this feature solve?
One of the primary pain point is for me to consolidate the grades at the end of the semester. Right now I have to download the spreadsheet using the “manage team members” button, which is a very manual process. I’m hoping to automate it.
Explain what you were trying to do when you came across the problem leading to this feature request
Please see previous points.