TST: Coverage and adding new model tests

This commit is contained in:
Matthew Ryan Dillon 2016-08-21 15:50:29 -07:00
parent 5c69e774f9
commit 31714215d0
10 changed files with 65 additions and 11 deletions

View file

@ -32,7 +32,7 @@ class ExperimentFactory(DjangoModelFactory):
sort_order = Sequence(lambda n: n)
@post_generation
def collections(self, create, extracted, **kwargs):
def collections(self, create, extracted, **kwargs): # pragma: no cover
if not create:
return
if extracted: