Commit 397b06b5 authored by fendouai's avatar fendouai

add push api doc

parent be2cdebb
......@@ -2,5 +2,4 @@
build/
dist/
jpush.egg-info/
.idea/
docs/
\ No newline at end of file
.idea/
\ No newline at end of file
This diff is collapsed.
......@@ -70,5 +70,5 @@ class TestEntity(unittest.TestCase):
result = schedule.delete_schedule("e9c553d0-0850-11e6-b6d4-0021f652c102")
self.assertNotEqual(result.status_code, 200)
except common.JPushFailure as e:
self.assertIsInstance(e, common.JPushFailure)
self.assertIsInstance(e, jpush.common.JPushFailure)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment