I'm using Django 1.1 beta and hoping to use admin actions. I have to write unit tests for those, but I don't get it how to write tests for them.
For normal view handler functions, I can use Django's TestClient to simulate http request/response, but how should it be done with admin actions?