diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-03 17:53:53 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-03 17:53:53 -0800 |
commit | 206c92823a5ebedef459292fe83cd4d39d78bf46 (patch) | |
tree | 7bc554c7c70d8f9bb880adca23a748ada9116b4a /python/tests | |
parent | ec180ef211112d1ae14bf7bad06bf71686cdaf89 (diff) | |
download | fatcat-206c92823a5ebedef459292fe83cd4d39d78bf46.tar.gz fatcat-206c92823a5ebedef459292fe83cd4d39d78bf46.zip |
python codegen
Diffstat (limited to 'python/tests')
-rw-r--r-- | python/tests/codegen_tests/test_default_api.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/tests/codegen_tests/test_default_api.py b/python/tests/codegen_tests/test_default_api.py index 2f37a582..522eeb1b 100644 --- a/python/tests/codegen_tests/test_default_api.py +++ b/python/tests/codegen_tests/test_default_api.py @@ -521,6 +521,12 @@ class TestDefaultApi(unittest.TestCase): """ pass + def test_update_editor(self): + """Test case for update_editor + + """ + pass + def test_update_file(self): """Test case for update_file |