Changeset - 786bc0324a59
[Not reviewed]
0 1 0
Christopher Neugebauer - 8 years ago 2016-09-04 03:17:56
chrisjrn@gmail.com
Stubs out tests for test_speaker
1 file changed with 9 insertions and 0 deletions:
0 comments (0 inline, 0 general)
registrasion/tests/test_speaker.py
Show inline comments
...
 
@@ -104,3 +104,12 @@ class SpeakerTestCase(RegistrationCartTestCase):
 
        self.assertIsNotNone(self.KIND_2)
 
        self.assertIsNotNone(self.PROPOSAL_1)
 
        self.assertIsNotNone(self.PROPOSAL_2)
 

	
 
    def test_primary_speaker_enables_item(self):
 
        raise NotImplementedError()
 

	
 
    def test_additional_speaker_enables_item(self):
 
        raise NotImplementedError()
 

	
 
    def test_speaker_on_different_proposal_kind_does_not_enable_item(self):
 
        raise NotImplementedError()
0 comments (0 inline, 0 general)