kpamela / SOEN343

https://tecmarket.herokuapp.com/
2 stars 0 forks source link

Made temporary fix so that unit tests run sequentially. #130

Closed LeCleric closed 6 years ago

LeCleric commented 6 years ago

(Only GetProducts unit Test still inoperable). All unit tests are in one file now so that they do not run in parallel, since doing so causes errors.

101

FrankSauve commented 6 years ago

@hasan-ahmed Do you know if there's a way to run tests one file at a time instead of in parallel? If not then we can merge this.

hasan-ahmed commented 6 years ago

We can merge this because running tests in parallel is okay for the ones we have now. But yeah that's something that we may have to figure out for our next tests.