From ced5b616e1edb7e0d184be7efea2a4bfd534f68c Mon Sep 17 00:00:00 2001 From: richard Date: Tue, 23 Apr 2013 19:58:18 +0100 Subject: [PATCH] comments --- tests.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests.py b/tests.py index dc3cef0..32f4fba 100644 --- a/tests.py +++ b/tests.py @@ -2,6 +2,12 @@ from mega import Mega def test(): + """ + Enter your account details to begin + comment/uncomment lines to test various parts of the API + see readme.md for more information + """ + #user details email = 'your@email.com' password = 'password'