comments
This commit is contained in:
parent
964157bf41
commit
ced5b616e1
1 changed files with 6 additions and 0 deletions
6
tests.py
6
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'
|
||||
|
|
Loading…
Reference in a new issue