Coverage for src/strings.py: 100%
7 statements
« prev ^ index » next coverage.py v7.3.1, created at 2023-09-22 17:59 +0530
« prev ^ index » next coverage.py v7.3.1, created at 2023-09-22 17:59 +0530
1"""Common used strings."""
2index_not_found = "Any of index(es) {} does not exist in {}."
3using_indexes = "Using indices: {indexes}."
4using_query = "Using query: {query}."
5output_fields = "Output fields : {fields}."
6sorting_by = "Sorting by: {sort}."
7meta_field_not_found = "Meta Field {field} not found"
8meta_field_not_found = "Meta Field {field} not found"