diff options
| author | Bryan Newbold <bnewbold@robocracy.org> | 2018-06-17 17:02:22 -0700 | 
|---|---|---|
| committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-06-17 17:02:22 -0700 | 
| commit | 3eee396bde8c193029e72ab057471f13397fa05a (patch) | |
| tree | 62b746a608ba26790c543064e94c991f26294c0b /python/tests | |
| parent | 5bea71dbb4d4323a93b35b5ab7555190dd9bbfbb (diff) | |
| download | fatcat-3eee396bde8c193029e72ab057471f13397fa05a.tar.gz fatcat-3eee396bde8c193029e72ab057471f13397fa05a.zip | |
re-gen python endpoints
Diffstat (limited to 'python/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 | 
