(self, mock_req)
| 20 | assert event.init_timestamp != event.end_timestamp |
| 21 | |
| 22 | def test_record_error_event(self, mock_req): |
| 23 | agentops.init(api_key=self.api_key) |
| 24 | |
| 25 | event = ErrorEvent(logs=None) |
| 26 | time.sleep(0.15) |
| 27 | agentops.record(event) |
nothing calls this directly
no test coverage detected