summaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix follower account emailCyborus2024-05-271-1/+1
| | | | Should be a valid email, but I guess Forgejo is stricter than that
* add delays to allow forgejo's state to settleCyborus2024-05-271-0/+7
|
* split tests into smaller testsCyborus2024-05-274-108/+237
|
* split tests into multiple filesCyborus2024-05-275-535/+544
|
* add oauth2 testingCyborus2024-05-231-0/+103
|
* improve ssh url deserialization testsCyborus2024-05-142-97/+0
|
* test: add a small 🤏 cute 🥺 test to prove it worksaviac2024-05-102-0/+97
|
* include `object_format_name` in testCyborus2024-04-271-0/+1
|
* update tests to use `CreateHookOptionConfig` fieldsCyborus2024-04-261-7/+3
|
* update tests to use `Default::default` impls for query typesCyborus2024-04-201-39/+8
|
* adjust created user's email in testCyborus2024-03-151-2/+2
|
* update testsCyborus2024-03-151-4/+4
|
* strongly typed header returnsCyborus2024-02-091-0/+10
|
* replace hook type with giteaCyborus2024-01-211-1/+1
| | | | makes tests on forgejo development branches pass
* put test repo in current dir instead of rootCyborus2024-01-211-4/+4
|
* format format formatCyborus2024-01-191-23/+40
|
* restructure testsCyborus2024-01-181-112/+89
|
* formattingCyborus2024-01-181-30/+62
|
* update tests to new apiCyborus2024-01-181-111/+144
|
* formatCyborus2024-01-011-2/+6
|
* add archive testsCyborus2024-01-011-0/+8
|
* add password auth testingCyborus2023-12-201-1/+17
|
* formatCyborus2023-12-151-2/+2
|
* add download testCyborus2023-12-151-0/+8
|
* formatCyborus2023-12-121-2/+7
|
* apparently content type != mime typeCyborus2023-12-121-1/+1
|
* hook content type jsonCyborus2023-12-121-1/+1
|
* use real dummy keyCyborus2023-12-121-1/+1
|
* wrap key errorsCyborus2023-12-121-2/+2
|
* label admin test correctlyCyborus2023-12-121-1/+1
|
* formatCyborus2023-12-121-16/+60
|
* add admin testsCyborus2023-12-121-0/+77
|
* praise rustfmtCyborus2023-12-121-28/+96
|
* check release list before creating releaseCyborus2023-12-111-0/+2
|
* fix release attachmentsCyborus2023-12-111-1/+1
|
* test editing releaseCyborus2023-12-111-1/+6
|
* add releases testingCyborus2023-12-111-0/+30
|
* fix credentialsCyborus2023-12-111-1/+2
|
* update ci to forgejo 1.21.2Cyborus2023-12-111-1/+1
|
* ensure repo allows pull requestsCyborus2023-12-111-0/+1
|
* replace calls to `git2` with calls to `git` cliCyborus2023-12-111-37/+19
|
* include first commit as parent of second commitCyborus2023-12-111-2/+3
|
* add delayCyborus2023-12-111-0/+2
| | | | | seems to send the next request too quickly, so wait a bit to let forgejo catch up
* include body in `ForgejoError::BadStructure`Cyborus2023-12-111-0/+5
|
* print whole error chainCyborus2023-12-111-4/+6
|
* use `wrap_err` instead of `map_err`Cyborus2023-11-301-8/+8
|
* add context to pr errorsCyborus2023-11-301-4/+14
|
* add pr testingCyborus2023-11-301-13/+45
|
* add base repo testCyborus2023-11-301-0/+51
|
* add user testCyborus2023-11-301-3/+19
|