Add unit test for ..get_start_of_next_voting_interval().

This functionality was covered only accidentally by our voting-test
code, and as such wasn't actually tested at all.  The tests that
called it made its coverage nondeterministic, depending on what time
of day you ran the tests.

Closes ticket 26014.
This commit is contained in:
Nick Mathewson
2018-05-06 20:42:18 -04:00
parent f36656cada
commit d14c245a0f
6 changed files with 73 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor features (Testing):
- Add a unit test for voting_schedule_get_start_of_next_interval().
Closes ticket 26014, and helps make unit test coverage more
deterministic.