tparagen inserts the T.Parallel() method from the testing package into a test function in a specific source file or an entire directory. To run go tes

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-10-31 09:30:02

tparagen inserts the T.Parallel() method from the testing package into a test function in a specific source file or an entire directory.

To run go tests in concurrency, you need to the T.Parallel() method from the testing package into the main/sub test you want to run in concurrency.

If there is your application in production already, you must add a T.Parallel() into any main/sub test. It is a very time-consuming and tedious task.

tparagen is cli tool for insert the T.Parallel() method from the testing package into all main/sub test in specified directory.

Bug reports and pull requests are welcome on GitHub at https://github.com/sho-hata/tparagen. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.

Everyone interacting in the tparagen project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

Leave a Comment