Stubs out tests for test_speaker
This commit is contained in:
		
							parent
							
								
									9134fa5ed2
								
							
						
					
					
						commit
						786bc0324a
					
				
					 1 changed files with 9 additions and 0 deletions
				
			
		|  | @ -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() | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Christopher Neugebauer
						Christopher Neugebauer