Skip to content

Commit e93019e

Browse files
committed
test_core: remove useless test
1 parent 23bcc92 commit e93019e

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

safeeyes/tests/test_core.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -225,21 +225,6 @@ def assert_datetime(self, string: str):
225225
datetime.timezone.utc
226226
) == datetime.datetime.fromisoformat(string)
227227

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-
243228
def test_start_empty(self, sequential_threading: SequentialThreadingFixture):
244229
context: dict[str, typing.Any] = {}
245230
config = model.Config(

0 commit comments

Comments
 (0)