aboutsummaryrefslogtreecommitdiff
path: root/tests/test_wheel.c
Commit message (Collapse)AuthorAgeFilesLines
* Directly test getting the value of least one keyword per listJoseph Hunkeler2 days1-0/+15
|
* Add enum for wheel_package error handlingJoseph Hunkeler2 days1-1/+7
|
* Implement wheel package parserJoseph Hunkeler3 days1-0/+195
| | | | * Add raw variant of strlist_append_tokenize function
* Rename wheel.c and wheel.h to wheelinfo.c and wheelinfo.hJoseph Hunkeler3 days1-91/+0
| | | | | | | | * Refactor wheel struct as WheelInfo * Refactor wheel_* functions as wheelinfo_* # Conflicts: # src/lib/core/wheelinfo.c
* Fix includesJoseph Hunkeler2024-10-141-0/+1
|
* Add wheel_free() to testwheel-funcs-clean-upJoseph Hunkeler2024-10-041-0/+1
|
* Implement get_wheel_info() in testsJoseph Hunkeler2024-10-041-2/+2
|
* More tests (#36)Joseph Hunkeler2024-08-261-0/+89
* Add test_copy.c * Add test_wheel.c