Пример #1
0
 def test_fallback_range(self, mock_mongo_client):
     f_count, message = HistoryProcessor.fallback_count_range("tests")
     assert f_count["fallback_count_rate"] == {}
     assert message
Пример #2
0
 def test_fallback_range_error(self, mock_db_timeout):
     f_count, message = HistoryProcessor.fallback_count_range("tests")
     assert f_count["fallback_count_rate"] == {}
     assert message