An unofficial rust-sdk for gitea
In order to run all unit tests, you would first have to provide your gitea api key and your gitea instance url. To do so please copy them into the appropriate .txt
files in the rsc/
folder.
Afterwards you can safefly run cargo test
. If that one fails try running cargo test -- --nocapture
to see if you have entered the token and url correctly.