Changeset - 66b88a6558ff
[Not reviewed]
default
0 1 0
Branko Majic (branko) - 10 years ago 2013-11-09 19:29:01
branko@majic.rs
CONNT-17: Context test should cover the communications presence as well.
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
conntrackt/tests/test_views.py
Show inline comments
 
@@ -179,6 +179,9 @@ class ProjectViewTest(PermissionTestMixi
 
        # Validate context data.
 
        self.assertEqual(str(response.context_data["project"]), "Test Project 1")
 

	
 
        # Validate context data is present.
 
        self.assertIn("communications", response.context_data.keys())
 

	
 

	
 
class EntityViewTest(PermissionTestMixin, TestCase):
 

	
0 comments (0 inline, 0 general)