Test that the email notification actually generates some emails.
authorDiane Trout <diane@caltech.edu>
Tue, 6 Oct 2009 18:42:11 +0000 (18:42 +0000)
committerDiane Trout <diane@caltech.edu>
Tue, 6 Oct 2009 18:42:11 +0000 (18:42 +0000)
commit90506d1562dc6ae689ef27f6881dda576457443f
tree2a776c1f740c0ab8ca6900f8d90a21bc45ea7495
parentc5ece5c8ba4ae17d9a2fdaaebadf85453aa130c6
Test that the email notification actually generates some emails.

I discovered that django when run in a test environment will store
email messages sent in django.core.mail.outbox, so I could make sure
that when the "run started" send email is clicked, it actually creates
some messages. (Though my current test, is just that the body is non-zero).
htsworkflow/frontend/experiments/fixtures/test_flowcells.json
htsworkflow/frontend/experiments/tests.py