As @alvaromorales says:
nobody should be able to run from elasticstart import tests
I agree, but I want to keep the coverage report to show that all the tests indeed did run (so that I notice when, for example, I accidentally type tes_ instead of test_ and nose doesn't run that test -- that has actually happened to me before!).