summaryrefslogtreecommitdiff
path: root/migration-test/apitest/apitest.py
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2020-05-13 16:09:24 +0200
committeremkael <emkael@tlen.pl>2020-05-13 16:09:24 +0200
commit4ff0fd0db663153bee3c2f499d152c29cc3c3bd3 (patch)
treea391093811a534292a4ae88adafa307d7f7e421e /migration-test/apitest/apitest.py
parent61fe073ccb506972f85e128eb7751dcb501c1fe7 (diff)
Moving old migration tests to new directory
Diffstat (limited to 'migration-test/apitest/apitest.py')
-rw-r--r--migration-test/apitest/apitest.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/migration-test/apitest/apitest.py b/migration-test/apitest/apitest.py
new file mode 100644
index 0000000..e75890d
--- /dev/null
+++ b/migration-test/apitest/apitest.py
@@ -0,0 +1,14 @@
+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