diff options
Diffstat (limited to 'python/tests/codegen_tests')
| -rw-r--r-- | python/tests/codegen_tests/test_default_api.py | 18 | 
1 files changed, 18 insertions, 0 deletions
diff --git a/python/tests/codegen_tests/test_default_api.py b/python/tests/codegen_tests/test_default_api.py index 2057339e..3fe852ad 100644 --- a/python/tests/codegen_tests/test_default_api.py +++ b/python/tests/codegen_tests/test_default_api.py @@ -113,6 +113,12 @@ class TestDefaultApi(unittest.TestCase):          """          pass +    def test_get_creator_releases(self): +        """Test case for get_creator_releases + +        """ +        pass +      def test_get_editgroup(self):          """Test case for get_editgroup @@ -143,12 +149,24 @@ class TestDefaultApi(unittest.TestCase):          """          pass +    def test_get_release_files(self): +        """Test case for get_release_files + +        """ +        pass +      def test_get_work(self):          """Test case for get_work          """          pass +    def test_get_work_releases(self): +        """Test case for get_work_releases + +        """ +        pass +      def test_lookup_container(self):          """Test case for lookup_container  | 
