summaryrefslogtreecommitdiffhomepage
path: root/android/test/mockapi
AgeCommit message (Collapse)AuthorFilesLines
2023-03-22Fix broken notification permission prompt testsaber safavi1-4/+4
2023-03-22Apply project-wide `kotlinLangStyle` formattingAlbin3-93/+79
2023-03-16Fix notification permission behavior and testAlbin1-0/+4
2023-03-16Add empty lint configAlbin1-0/+1
2023-03-01Fix mockapi localhost referenceAlbin2-4/+1
This fix results in the daemon getting "localhost" as hostname rather than "127.0.0.1".
2023-02-13Add strict agp lint configurationAlbin1-0/+5
2023-02-02Add logging to mocked web server used for testsAlbin2-1/+12
2023-02-02Fix mockapi time formatAlbin5-25/+33
Ensures mockapi timestamps are set to utc with offset zero and are strictly formatted according to both iso8601 and rfc3339.
2023-01-26Log mockapi web server port during testsAlbin1-0/+2
2023-01-25Remove useTestStorageService optionAlbin1-1/+0
2023-01-25Extend login timeout during testAlbin1-0/+3
2023-01-10Add mockapi login testsAlbin6-0/+361
2023-01-10Use common test project suppressionAlbin2-32/+1
2023-01-10Add option to use custom api endpoint in debug buildsAlbin1-0/+1
2023-01-10Add empty :test:mockapi projectAlbin3-0/+99