exchange_calendars icon indicating copy to clipboard operation
exchange_calendars copied to clipboard

`test_prev_next_minute` is needlessly slow

Open maread99 opened this issue 4 years ago • 0 comments

Because it blanket tests the edges of all sessions, the test_prev_next_minute is one of the slowest tests of the suite.

The test could be sped up considerably by focusing on the edges of sessions of Answers.session_blocks (as a number of other tests already do).

If anyone wants to get familiar with the test suite, this would be a good PR to take up (maybe start by having a look at the test inputs available from the Answers class and then at how the tests for other similar methods are implemented).

maread99 avatar Oct 19 '21 13:10 maread99