• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ringcentral / ringcentral-python / 139

pending completion
139

push

travis-ci-com

DaKingKong
increase version number

550 of 615 relevant lines covered (89.43%)

1.79 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

90.91
/ringcentral/subscription/events.py
1
#!/usr/bin/env python
2
# encoding: utf-8
3

4

5
class Events:
2✔
6
    connectionError = 'connectionError'
2✔
7
    notification = 'notification'
2✔
8
    subscribeSuccess = 'subscribeSuccess'
2✔
9
    subscribeError = 'subscribeError'
2✔
10
    renewSuccess = 'renewSuccess'
2✔
11
    renewError = 'renewError'
2✔
12
    removeSuccess = 'removeSuccess'
2✔
13
    removeError = 'removeError'
2✔
14

15
    def __init__(self):
2✔
16
        pass
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc