You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: pyexchange/connection.py
+24-83
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,10 @@
4
4
5
5
Unless required by applicable law or agreed to in writing, software?distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Copy file name to clipboardexpand all lines: tests/__init__.py
-27
Original file line number
Diff line number
Diff line change
@@ -4,32 +4,5 @@
4
4
5
5
Unless required by applicable law or agreed to in writing, software?distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6
6
"""
7
-
fromfunctoolsimportwraps
8
-
fromnose.plugins.attribimportattr
9
-
fromnose.plugins.skipimportSkipTest
10
7
11
-
"""
12
-
Got this from:
13
-
14
-
http://www.natpryce.com/articles/000788.html
15
-
https://gist.github.com/997195
16
-
17
-
"""
18
-
19
-
20
-
deffail(message):
21
-
raiseAssertionError(message)
22
-
23
-
defwip(f):
24
-
"""
25
-
Use this as a decorator to mark tests that are "works in progress"
26
-
"""
27
-
@wraps(f)
28
-
defrun_test(*args, **kwargs):
29
-
try:
30
-
f(*args, **kwargs)
31
-
exceptExceptionase:
32
-
raiseSkipTest("WIP test failed: "+str(e))
33
-
fail("test passed but marked as work in progress")
Copy file name to clipboardexpand all lines: tests/exchange2010/__init__.py
-1
Original file line number
Diff line number
Diff line change
@@ -4,4 +4,3 @@
4
4
5
5
Unless required by applicable law or agreed to in writing, software?distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Copy file name to clipboardexpand all lines: tests/fixtures.py
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,5 +5,5 @@
5
5
Unless required by applicable law or agreed to in writing, software?distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
0 commit comments