Beispiel #1
0
    def test_talkset_is_empty(self):
        clean_data()

        self.assertEquals(Talk.objects.count(), 0)
Beispiel #2
0
    def test_zoneset_is_empty(self):
        clean_data()

        self.assertEquals(Zone.objects.count(), 0)
Beispiel #3
0
    def test_authorset_is_empty(self):
        clean_data()

        self.assertEquals(Author.objects.count(), 0)
Beispiel #4
0
    def test_roomset_is_empty(self):
        clean_data()

        self.assertEquals(Room.objects.count(), 0)
Beispiel #5
0
    def test_areaset_is_empty(self):
        clean_data()

        self.assertEquals(Area.objects.count(), 0)
Beispiel #6
0
    def test_talkset_is_empty(self):
        clean_data()

        self.assertEquals(Talk.objects.count(), 0)
Beispiel #7
0
    def test_authorset_is_empty(self):
        clean_data()

        self.assertEquals(Author.objects.count(), 0)
Beispiel #8
0
    def test_zoneset_is_empty(self):
        clean_data()

        self.assertEquals(Zone.objects.count(), 0)
Beispiel #9
0
    def test_areaset_is_empty(self):
        clean_data()

        self.assertEquals(Area.objects.count(), 0)
Beispiel #10
0
    def test_roomset_is_empty(self):
        clean_data()

        self.assertEquals(Room.objects.count(), 0)