@@ -99,7 +99,6 @@ update-ca-certificates
9999
100100```
101101$ go run sytest_coverage.go -v
102-
10310210apidoc/01register 3/9 tests
104103 × GET /register yields a set of flows
105104 ✓ POST /register can create a user
@@ -111,8 +110,17 @@ $ go run sytest_coverage.go -v
111110 × POST $ep_name with shared secret downcases capitals
112111 × POST $ep_name with shared secret disallows symbols
113112
114- 10apidoc/01request-encoding 0/1 tests
115- 10apidoc/02login 0/6 tests
113+ 10apidoc/01request-encoding 1/1 tests
114+ ✓ POST rejects invalid utf-8 in JSON
115+
116+ 10apidoc/02login 3/6 tests
117+ ✓ GET /login yields a set of flows
118+ ✓ POST /login can log in as a user
119+ ✓ POST /login returns the same device_id as that in the request
120+ × POST /login can log in as a user with just the local part of the id
121+ × POST /login as non-existing user is rejected
122+ × POST /login wrong password is rejected
123+
11612410apidoc/03events-initial 0/2 tests
11712510apidoc/04version 0/1 tests
11812610apidoc/10profile-displayname 0/2 tests
@@ -302,6 +310,5 @@ $ go run sytest_coverage.go -v
30231090jira/SYN-516 0/1 tests
30331190jira/SYN-627 0/1 tests
304312
305- TOTAL: 11/690 tests converted
306-
313+ TOTAL: 15/690 tests converted
307314```
0 commit comments