Skip to content

Doctesting#13

Merged
kit-foxboy merged 4 commits intomainfrom
doctesting
Jan 3, 2026
Merged

Doctesting#13
kit-foxboy merged 4 commits intomainfrom
doctesting

Conversation

@kit-foxboy
Copy link
Owner

Added doctesting to non-GUI functions in place of unit testing. While a little superfluous for a small project like this, I wanted to try it out for use in bigger ones. At first I disliked it, finding it very verbose, but after seeing that it covers testing and documentation, I decided that I liked it. It's not super feasible for testing with GUI functions and flow, but for utility and helper functions, it works great. I also finally fixed an obnoxious issue I've had for a while where rust-analyzer was giving me false positive errors related to proc-macros.

@kit-foxboy kit-foxboy self-assigned this Jan 3, 2026
@kit-foxboy kit-foxboy merged commit a94f3da into main Jan 3, 2026
1 check passed
@kit-foxboy kit-foxboy deleted the doctesting branch January 3, 2026 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant