Team-Gibberish / agile_snails_coding_challenge

MIT License
0 stars 0 forks source link

[Task 2-2] Bugs report from pytest #4

Closed chanjure closed 12 months ago

chanjure commented 1 year ago

Error messages from pytest

chanjure commented 1 year ago

Test: test_get_active_office_mask Working hour is from 9 am to 5:30 pm. So the time slots for working hours are 9:00 9:30 10:00 10:30 ... 16:00 16:30 17:00 The last timeslot represents 17:00 to 17:30. However, the original code was appending the timeslot list until 17:30, which would represent 17:30 to 18:00.

chanjure commented 1 year ago

Fixed metoffice api and corresponding errors [8edae59]()

chanjure commented 1 year ago

Fixed pytest error 7b0f647

chanjure commented 12 months ago

Fixed test_efficiency error. aab8ebb

chanjure commented 12 months ago

Fixed test_stacked_record and test_df_unstacker_on_bug_19. 6f637b2