Changes between Initial Version and Version 1 of Ticket #3840
- Timestamp:
- 2021-11-21T18:07:10Z (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3840
- Property Summary changed from Add new test for eliotutil to Handle unserializable arguments in log_call_deferred and tests
-
Ticket #3840 – Description
initial v1 1 Add new tests to cover import edge cases for log_call_deferred. 1 Decorating functions that have unserialization (not JSON serializable) arguments with the custom wrapper for eliotutil `log_call_deferred` would raise exceptions. 2 3 There are also no test to verify that the correct arguments are being received in both serializable and unserializable cases.