diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-12-14 22:07:59 +0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-12-14 22:08:03 +0800 |
commit | 92c23b7bce3f62f904eaf6c5b142b12b45cf76c3 (patch) | |
tree | 841eaa7383bfba4d4a92725d7a50aaf167c4c5f9 /python/tests/codegen_tests/test_default_api.py | |
parent | ec00a3a663e73c1f86e77632c10b14da8b615910 (diff) | |
download | fatcat-92c23b7bce3f62f904eaf6c5b142b12b45cf76c3.tar.gz fatcat-92c23b7bce3f62f904eaf6c5b142b12b45cf76c3.zip |
test codegen
I didn't actually notice until recently that these are empty and thus
useless, sigh.
Diffstat (limited to 'python/tests/codegen_tests/test_default_api.py')
-rw-r--r-- | python/tests/codegen_tests/test_default_api.py | 120 |
1 files changed, 120 insertions, 0 deletions
diff --git a/python/tests/codegen_tests/test_default_api.py b/python/tests/codegen_tests/test_default_api.py index ec36887b..1fcd42d2 100644 --- a/python/tests/codegen_tests/test_default_api.py +++ b/python/tests/codegen_tests/test_default_api.py @@ -107,30 +107,60 @@ class TestDefaultApi(unittest.TestCase): """ pass + def test_delete_container_edit(self): + """Test case for delete_container_edit + + """ + pass + def test_delete_creator(self): """Test case for delete_creator """ pass + def test_delete_creator_edit(self): + """Test case for delete_creator_edit + + """ + pass + def test_delete_file(self): """Test case for delete_file """ pass + def test_delete_file_edit(self): + """Test case for delete_file_edit + + """ + pass + def test_delete_release(self): """Test case for delete_release """ pass + def test_delete_release_edit(self): + """Test case for delete_release_edit + + """ + pass + def test_delete_work(self): """Test case for delete_work """ pass + def test_delete_work_edit(self): + """Test case for delete_work_edit + + """ + pass + def test_get_changelog(self): """Test case for get_changelog @@ -149,30 +179,66 @@ class TestDefaultApi(unittest.TestCase): """ pass + def test_get_container_edit(self): + """Test case for get_container_edit + + """ + pass + def test_get_container_history(self): """Test case for get_container_history """ pass + def test_get_container_redirects(self): + """Test case for get_container_redirects + + """ + pass + + def test_get_container_revision(self): + """Test case for get_container_revision + + """ + pass + def test_get_creator(self): """Test case for get_creator """ pass + def test_get_creator_edit(self): + """Test case for get_creator_edit + + """ + pass + def test_get_creator_history(self): """Test case for get_creator_history """ pass + def test_get_creator_redirects(self): + """Test case for get_creator_redirects + + """ + pass + def test_get_creator_releases(self): """Test case for get_creator_releases """ pass + def test_get_creator_revision(self): + """Test case for get_creator_revision + + """ + pass + def test_get_editgroup(self): """Test case for get_editgroup @@ -197,18 +263,42 @@ class TestDefaultApi(unittest.TestCase): """ pass + def test_get_file_edit(self): + """Test case for get_file_edit + + """ + pass + def test_get_file_history(self): """Test case for get_file_history """ pass + def test_get_file_redirects(self): + """Test case for get_file_redirects + + """ + pass + + def test_get_file_revision(self): + """Test case for get_file_revision + + """ + pass + def test_get_release(self): """Test case for get_release """ pass + def test_get_release_edit(self): + """Test case for get_release_edit + + """ + pass + def test_get_release_files(self): """Test case for get_release_files @@ -221,6 +311,18 @@ class TestDefaultApi(unittest.TestCase): """ pass + def test_get_release_redirects(self): + """Test case for get_release_redirects + + """ + pass + + def test_get_release_revision(self): + """Test case for get_release_revision + + """ + pass + def test_get_stats(self): """Test case for get_stats @@ -233,18 +335,36 @@ class TestDefaultApi(unittest.TestCase): """ pass + def test_get_work_edit(self): + """Test case for get_work_edit + + """ + pass + def test_get_work_history(self): """Test case for get_work_history """ pass + def test_get_work_redirects(self): + """Test case for get_work_redirects + + """ + pass + def test_get_work_releases(self): """Test case for get_work_releases """ pass + def test_get_work_revision(self): + """Test case for get_work_revision + + """ + pass + def test_lookup_container(self): """Test case for lookup_container |