srbcheema1 / CoolKit

CoolKit is Coding + ToolKit, A command-line tool used to automate your programming experience.
https://pypi.org/project/coolkit/
MIT License
7 stars 7 forks source link

running tests on multiple threads #4

Closed srbcheema1 closed 6 years ago

srbcheema1 commented 6 years ago

This PR is to enable running test cases on different threads This will make coolkit work much faster as tests generally require io operations which are time-consuming so almost we will run coolkit as fast as if there is only one test case.