securesauce / precaution-beta

Precaution provides a simple, automated code review for GitHub projects by running code linters with a security focus on pull requests.
Other
1 stars 0 forks source link

Make all tests asynchronous #197

Closed MVrachev closed 5 years ago

MVrachev commented 5 years ago

The idea of the unit tests is to be independent of the order they will be executed. That's why it makes sense to make them asynchronous and thus make the execution of the tests faster.

Signed-off-by: Martin Vrachev mvrachev@vmware.com