Refactor an put under test deserialize_query_filter
#12
Labels
triage
Landing area for issues discovered during development.
deserialize_query_filter
#12
Issue or current state
The function parses a string into a dictionary suitable for passing to mongo as a filter. It is not a difficult read, but could use some tests to illustrate the expected behavior. It might benefit from being refactored into smaller functions that themselves can be tested
Resolved when
deserialize_query_filter
is under test, and ais_value_a_quoted_string
function exists under test as well.The text was updated successfully, but these errors were encountered: