Opened 17 years ago
Closed 17 years ago
#5189 closed (fixed)
Logout method for TestClient
Reported by: | Jakub Wiśniowski | Owned by: | Adrian Holovaty |
---|---|---|---|
Component: | Testing framework | Version: | dev |
Severity: | Keywords: | test testclient logout | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
TestClient has a login method that simulates an effect of a user logged into an application. Attached patch extends TestClient to provide logout functionality. It is done by introducing new client's method: logout that logs a user, logged in with client's login method, out.
Attachments (1)
Change History (2)
by , 17 years ago
Attachment: | client.patch added |
---|
comment:1 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [5916]) Fixed #5189 -- Added logout method to test Client. Thanks, Jakub Wisniowski <restless.being@…>.