We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23bcc92 commit e93019eCopy full SHA for e93019e
safeeyes/tests/test_core.py
@@ -225,21 +225,6 @@ def assert_datetime(self, string: str):
225
datetime.timezone.utc
226
) == datetime.datetime.fromisoformat(string)
227
228
- def test_create_empty(self):
229
- context = {}
230
- config = {
231
- "short_breaks": [],
232
- "long_breaks": [],
233
- "short_break_interval": 15,
234
- "long_break_interval": 75,
235
- "long_break_duration": 60,
236
- "short_break_duration": 15,
237
- "random_order": False,
238
- "postpone_duration": 5,
239
- }
240
- safe_eyes_core = core.SafeEyesCore(context)
241
- safe_eyes_core.initialize(config)
242
-
243
def test_start_empty(self, sequential_threading: SequentialThreadingFixture):
244
context: dict[str, typing.Any] = {}
245
config = model.Config(
0 commit comments