Commit 424b842
Test the FindQuery class and how it turns expressions into Redis commands (#642)
* added return_fields function, attempting to optionally limit fields returned by find
* added call to get query, adding tests
* cleaned up test file, added endswith test
* cleaned up one more return fields line, added fuzzy matching and cleaned up some tests
* remove changes - return_fields doesn't exist here, that'll be it's own branch
* removing whitespace from blank lines for linter
* fixing linter issues
* ignorning erroneous error
* making xfix tests more specific
* linting fixes
* removing validate return fields function as return_fields don't exist here
---------
Co-authored-by: slorello89 <[email protected]>1 parent f245488 commit 424b842
File tree
5 files changed
+496
-14
lines changed- aredis_om/model
- tests
5 files changed
+496
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
873 | 873 | | |
874 | 874 | | |
875 | 875 | | |
876 | | - | |
| 876 | + | |
| 877 | + | |
| 878 | + | |
877 | 879 | | |
878 | 880 | | |
879 | 881 | | |
| |||
898 | 900 | | |
899 | 901 | | |
900 | 902 | | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
901 | 906 | | |
902 | 907 | | |
903 | 908 | | |
| |||
931 | 936 | | |
932 | 937 | | |
933 | 938 | | |
| 939 | + | |
| 940 | + | |
| 941 | + | |
| 942 | + | |
934 | 943 | | |
935 | 944 | | |
936 | 945 | | |
| |||
0 commit comments