X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=tests%2Fdays.py;h=36d0285296b7b191e4217475a08fb94646ed5207;hb=c021152e6566c8374170de916c69d6b5c816cd54;hp=9fb12add44b42d4a41bb8cbec543fb40c8e20978;hpb=8f28c8c685fa91b9cbabb4b424da4091e52058cf;p=plomtask diff --git a/tests/days.py b/tests/days.py index 9fb12ad..36d0285 100644 --- a/tests/days.py +++ b/tests/days.py @@ -82,10 +82,6 @@ class TestsWithDB(TestCaseWithDB): 'today', 'today'), [today]) - def test_Day_remove(self) -> None: - """Test .remove() effects on DB and cache.""" - self.check_remove() - class TestsWithServer(TestCaseWithServer): """Tests against our HTTP server/handler (and database)."""