Commit graph

36 commits

Author SHA1 Message Date
RD
2214b55394 Removing Returns dependency. 2024-12-16 15:33:48 -08:00
Saurabh Misra
cdbf6424f9 Catch cases where existing tests change test status 2024-12-02 17:09:58 -08:00
Saurabh Misra
5164654453 WIP changes 2024-11-06 14:47:41 -08:00
Saurabh Misra
b42c270f9a Ruff reformat and fix all the python files
Set minimum libcst version to be 1.0.1
move the stub files to dev dependencies
2024-10-25 15:45:44 -07:00
Kevin Turcios
78233474b1 ruff's
ruff format
ruff run
2024-10-12 19:43:48 -05:00
Saurabh Misra
dcdd19ec7e make loop_index be an INTEGER 2024-10-03 12:06:48 -07:00
Saurabh Misra
70c953aa59 fix the other tests as well 2024-10-01 14:41:40 -07:00
Saurabh Misra
bfdfe9cbf4 Add testing for the returns library 2024-08-22 21:30:06 -07:00
Saurabh Misra
c155851c39 make enum test backwards compatible 2024-08-08 18:40:43 -07:00
Saurabh Misra
749aecf5c0 add support for pyrsistent data types 2024-08-08 18:21:43 -07:00
Saurabh Misra
25c936355c support comparator for type type as well 2024-08-08 17:09:35 -07:00
Saurabh Misra
b4be00e2aa support comparator for object() type as well 2024-08-08 16:35:17 -07:00
Saurabh Misra
4f0fc6201f Support Enum type for comparator as well 2024-08-08 15:00:33 -07:00
Saurabh Misra
688d1ea759 Support comparison over builtin python functions 2024-08-08 14:08:14 -07:00
Saurabh Misra
ff2e233f39 add frozenset and memoryview comparator 2024-06-17 17:30:17 -07:00
Saurabh Misra
626ea2fbd4 fix byteorder argument 2024-06-17 16:05:43 -07:00
Saurabh Misra
8d9232644a Fix test 2024-06-17 15:58:10 -07:00
Saurabh Misra
4d2ede2cf8 Comparator supports bytes and bytearray type 2024-06-17 15:54:18 -07:00
Saurabh Misra
314b1baab1 datetime.timezone support 2024-06-04 19:25:10 -07:00
Saurabh Misra
4661117330 add comparator support to datetime.time 2024-06-04 18:15:48 -07:00
Saurabh Misra
6efc7fb956 a strange case 2024-06-04 12:26:19 -07:00
Saurabh Misra
50761b11e7 meta class comparator 2024-06-04 00:24:50 -07:00
ihitamandal
450cb3a41b Handle timeouts for generated and existing tests 2024-05-31 15:15:09 -07:00
afik.cohen
b4df42b235 Renamed compare_results to compare_test_results and improved logging 2024-05-13 19:14:36 -07:00
Saurabh Misra
a339e5c3f0 Extend the testing to dataclasses 2024-05-07 15:03:50 -07:00
Saurabh Misra
26041ec164 Extend comparator support to class objects without a user defined __eq__ function 2024-05-07 14:48:02 -07:00
Saurabh Misra
d16a94e72f Update tests 2024-04-19 15:19:54 -07:00
Saurabh Misra
b86c4300b5 Make cli and django all RUFF and TUFF 2024-04-17 19:41:00 -07:00
afik.cohen
d15bb5021d Actually remove separate init and fix tests 2024-04-12 15:06:31 -07:00
Saurabh Misra
309ae77676 Save some time in finding optimized candidates if a generated candidate is atleast 3x slower than the best candidate found until now
- Add support to comparator over 'set' type
2024-02-12 17:35:21 -08:00
Saurabh Misra
efda842e7b Fix Error responses with aiservice 2024-02-07 10:58:52 -08:00
Saurabh Misra
eb06fa4031 Support comparator for pandas and add test cases for numpy inf and nan comparison 2024-02-06 18:25:24 -08:00
Saurabh Misra
61047a6384 minor cleanup 2024-02-06 13:48:14 -08:00
Saurabh Misra
af9ddeb31c Add support to comparator for scipy sparse data types 2024-02-06 13:46:54 -08:00
afik.cohen
7cd4ebbb16 Move aiservice to django/aiservice 2024-01-02 16:55:24 -08:00
afik.cohen
be0aa544e8 Move codeflash python code base to cli/ 2023-12-29 18:37:49 -08:00
Renamed from tests/test_comparator.py (Browse further)