Django

Code

Ticket #5189 (closed: fixed)

Opened 1 year ago

Last modified 1 year ago

Logout method for TestClient

Reported by: Jakub Wiśniowski Assigned to: adrian
Milestone: Component: Testing framework
Version: SVN Keywords: test testclient logout
Cc: Triage Stage: Unreviewed
Has patch: 1 Needs documentation:
Needs tests: Patch needs improvement:

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

client.patch (2.6 kB) - added by Jakub Wiśniowski on 08/17/07 01:53:47.

Change History

08/17/07 01:53:47 changed by Jakub Wiśniowski

  • attachment client.patch added.

08/17/07 09:20:26 changed by russellm

  • status changed from new to closed.
  • resolution set to fixed.

(In [5916]) Fixed #5189 -- Added logout method to test Client. Thanks, Jakub Wisniowski <restless.being@gmail.com>.


Add/Change #5189 (Logout method for TestClient)




Change Properties
Action