Go test methods run in separate goroutines but those routines are run 
serially right?
So variable assignments shouldn't get stomped by other tests?

I saw a comment saying they're *concurrent*, but not *parallel* by default.
http://stackoverflow.com/questions/24375966/does-go-test-run-unit-tests-concurrently/24376644#24376644

How is it still considered concurrent if they're run serially?



-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to