summaryrefslogtreecommitdiff
path: root/test/apitest/apitest.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/apitest/apitest.py')
-rw-r--r--test/apitest/apitest.py14
1 files changed, 0 insertions, 14 deletions
diff --git a/test/apitest/apitest.py b/test/apitest/apitest.py
deleted file mode 100644
index e75890d..0000000
--- a/test/apitest/apitest.py
+++ /dev/null
@@ -1,14 +0,0 @@
-class ApiTest(object):
- ranks = {}
- tourtypes = {'i': 1, 'p': 2, 't': 4}
- def get_url(self):
- pass
- def get_method(self):
- pass
- def get_request(self,
- tour_rank, tour_type, tour_boards,
- cont_count, cont_rank,
- override=None):
- pass
- def parse_response(self, response_body):
- pass