forked from sass/tipibot
Add startup scheme
This commit is contained in:
@@ -100,6 +100,12 @@ class TestClaim:
|
||||
|
||||
|
||||
class TestSchemaDetection:
|
||||
def test_missing_fields_reported(self, fake_pb_without_quest_fields):
|
||||
assert run(economy.missing_schema_fields()) == ["quest_daily", "quest_weekly"]
|
||||
|
||||
def test_healthy_schema_reports_nothing(self, fake_pb):
|
||||
assert run(economy.missing_schema_fields()) == []
|
||||
|
||||
def test_missing_quest_fields_warn_and_zero_progress(
|
||||
self, fake_pb_without_quest_fields, caplog
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user