jarcoal/httpmock

t.Parallel()

OlexandrPodustov opened this issue · 1 comments

at the moment table tests and two different tests are not able to be run in parallel mode (with t.Parallel()).
Any plans on fixing this?

If you use a different MockTransport instance in each test, it should. If you use the global one (DefaultTransport), of course it cannot.
Do you have a simple test case reproducing the problem?