From a8a22fabf26c23fbd7e9bae28b99d9bf17b98cbe Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 26 Dec 2018 18:18:30 -0800 Subject: python codegren for fileset/web --- python/tests/codegen_tests/test_default_api.py | 132 +++++++++++++++++++++++++ 1 file changed, 132 insertions(+) (limited to 'python/tests/codegen_tests/test_default_api.py') diff --git a/python/tests/codegen_tests/test_default_api.py b/python/tests/codegen_tests/test_default_api.py index 8942490b..ebc66cda 100644 --- a/python/tests/codegen_tests/test_default_api.py +++ b/python/tests/codegen_tests/test_default_api.py @@ -77,6 +77,18 @@ class TestDefaultApi(unittest.TestCase): """ pass + def test_create_fileset(self): + """Test case for create_fileset + + """ + pass + + def test_create_fileset_batch(self): + """Test case for create_fileset_batch + + """ + pass + def test_create_release(self): """Test case for create_release @@ -89,6 +101,18 @@ class TestDefaultApi(unittest.TestCase): """ pass + def test_create_webcapture(self): + """Test case for create_webcapture + + """ + pass + + def test_create_webcapture_batch(self): + """Test case for create_webcapture_batch + + """ + pass + def test_create_work(self): """Test case for create_work @@ -137,6 +161,18 @@ class TestDefaultApi(unittest.TestCase): """ pass + def test_delete_fileset(self): + """Test case for delete_fileset + + """ + pass + + def test_delete_fileset_edit(self): + """Test case for delete_fileset_edit + + """ + pass + def test_delete_release(self): """Test case for delete_release @@ -149,6 +185,18 @@ class TestDefaultApi(unittest.TestCase): """ pass + def test_delete_webcapture(self): + """Test case for delete_webcapture + + """ + pass + + def test_delete_webcapture_edit(self): + """Test case for delete_webcapture_edit + + """ + pass + def test_delete_work(self): """Test case for delete_work @@ -287,6 +335,36 @@ class TestDefaultApi(unittest.TestCase): """ pass + def test_get_fileset(self): + """Test case for get_fileset + + """ + pass + + def test_get_fileset_edit(self): + """Test case for get_fileset_edit + + """ + pass + + def test_get_fileset_history(self): + """Test case for get_fileset_history + + """ + pass + + def test_get_fileset_redirects(self): + """Test case for get_fileset_redirects + + """ + pass + + def test_get_fileset_revision(self): + """Test case for get_fileset_revision + + """ + pass + def test_get_release(self): """Test case for get_release @@ -305,6 +383,12 @@ class TestDefaultApi(unittest.TestCase): """ pass + def test_get_release_filesets(self): + """Test case for get_release_filesets + + """ + pass + def test_get_release_history(self): """Test case for get_release_history @@ -323,6 +407,42 @@ class TestDefaultApi(unittest.TestCase): """ pass + def test_get_release_webcaptures(self): + """Test case for get_release_webcaptures + + """ + pass + + def test_get_webcapture(self): + """Test case for get_webcapture + + """ + pass + + def test_get_webcapture_edit(self): + """Test case for get_webcapture_edit + + """ + pass + + def test_get_webcapture_history(self): + """Test case for get_webcapture_history + + """ + pass + + def test_get_webcapture_redirects(self): + """Test case for get_webcapture_redirects + + """ + pass + + def test_get_webcapture_revision(self): + """Test case for get_webcapture_revision + + """ + pass + def test_get_work(self): """Test case for get_work @@ -401,12 +521,24 @@ class TestDefaultApi(unittest.TestCase): """ pass + def test_update_fileset(self): + """Test case for update_fileset + + """ + pass + def test_update_release(self): """Test case for update_release """ pass + def test_update_webcapture(self): + """Test case for update_webcapture + + """ + pass + def test_update_work(self): """Test case for update_work -- cgit v1.2.3