removed test.py again
This commit is contained in:
parent
beedeaab73
commit
dee96423b9
1 changed files with 0 additions and 14 deletions
14
test.py
14
test.py
|
@ -1,14 +0,0 @@
|
||||||
import mocha_server
|
|
||||||
|
|
||||||
#mocha_server.insert_row(4, 'andrew')
|
|
||||||
|
|
||||||
#print(mocha_server.fetch_user(3))
|
|
||||||
|
|
||||||
#print(mocha_server.get_top_N('user_id', False, 3))
|
|
||||||
|
|
||||||
username_list = ['andrew', 'Corder']
|
|
||||||
|
|
||||||
|
|
||||||
mocha_server.update_steps(4, 1234)
|
|
||||||
mocha_server.update_steps(2, 5678)
|
|
||||||
print(mocha_server.get_users(username_list))
|
|
Reference in a new issue