コード例 #1
0
ファイル: tests.py プロジェクト: Mozenaco/gradefisl
    def test_talkset_is_empty(self):
        clean_data()

        self.assertEquals(Talk.objects.count(), 0)
コード例 #2
0
ファイル: tests.py プロジェクト: Mozenaco/gradefisl
    def test_zoneset_is_empty(self):
        clean_data()

        self.assertEquals(Zone.objects.count(), 0)
コード例 #3
0
ファイル: tests.py プロジェクト: Mozenaco/gradefisl
    def test_authorset_is_empty(self):
        clean_data()

        self.assertEquals(Author.objects.count(), 0)
コード例 #4
0
ファイル: tests.py プロジェクト: Mozenaco/gradefisl
    def test_roomset_is_empty(self):
        clean_data()

        self.assertEquals(Room.objects.count(), 0)
コード例 #5
0
ファイル: tests.py プロジェクト: Mozenaco/gradefisl
    def test_areaset_is_empty(self):
        clean_data()

        self.assertEquals(Area.objects.count(), 0)
コード例 #6
0
ファイル: tests.py プロジェクト: Yash240824/gradefisl
    def test_talkset_is_empty(self):
        clean_data()

        self.assertEquals(Talk.objects.count(), 0)
コード例 #7
0
ファイル: tests.py プロジェクト: Yash240824/gradefisl
    def test_authorset_is_empty(self):
        clean_data()

        self.assertEquals(Author.objects.count(), 0)
コード例 #8
0
ファイル: tests.py プロジェクト: Yash240824/gradefisl
    def test_zoneset_is_empty(self):
        clean_data()

        self.assertEquals(Zone.objects.count(), 0)
コード例 #9
0
ファイル: tests.py プロジェクト: Yash240824/gradefisl
    def test_areaset_is_empty(self):
        clean_data()

        self.assertEquals(Area.objects.count(), 0)
コード例 #10
0
ファイル: tests.py プロジェクト: Yash240824/gradefisl
    def test_roomset_is_empty(self):
        clean_data()

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