Shyp / rickover

A job queue and scheduler written in Go, backed by Postgres, and available over HTTP
https://godoc.org/github.com/Shyp/rickover
MIT License
182 stars 21 forks source link

Fix more tests #19

Closed kevinburke closed 6 years ago

kevinburke commented 6 years ago

Run tests in parallel where they can be correctly parallelized, with one TearDown call surrounding the entire block of subtests.

Parallelize more tests. Note in the README that while tests within a package can be parallelized, test packages cannot be parallelized.