def test_app_integrity():
App.create(steamid='3', kind='game')
with pytest.raises(IntegrityError):
App.create(steamid='3', kind='game')
with pytest.raises(IntegrityError):
App.create(steamid='4') # missing 'kind'
# Package ---------------------------------------------------------------------
评论列表
文章目录