testutils: login and logout in InvenioTestCase
- Moves methods login and logout to InvenioTestCase.
- One can use self.login('romeo', 'r123omeo') inside tests instead of manually filling and posting the form.
Signed-off-by: Jiri Kuncar <jiri.kuncar@cern.ch>