コード例 #1
0
ファイル: test_models.py プロジェクト: chartjes/normandy
    def test_can_save_open_request(self):
        request = ApprovalRequestFactory(active=True)

        # Should be able to call save without an integrity error
        request.save()