File: wipe_test_account.py

package info (click to toggle)
python-exchangelib 5.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,084 kB
  • sloc: python: 25,351; sh: 6; makefile: 5
file content (7 lines) | stat: -rw-r--r-- 169 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
from exchangelib.protocol import BaseProtocol
from tests.common import EWSTest

BaseProtocol.TIMEOUT = 300  # Seconds
t = EWSTest()
t.setUpClass()
t.wipe_test_account()