8000 Trying again to fix travis complaints · williamlang/server-client-python@05ff9fd · GitHub
[go: up one dir, main page]

Skip to content

Commit 05ff9fd

Browse files
committed
Trying again to fix travis complaints
1 parent 8c17ecc commit 05ff9fd

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

test/test_project_model.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ def test_invalid_content_permissions(self):
1717
project = TSC.ProjectItem("proj")
1818
with self.assertRaises(ValueError):
1919
project.content_permissions = "Hello"
20-

test/test_workbook_model.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44

55
class WorkbookModelTests(unittest.TestCase):
6-
76
def test_invalid_project_id(self):
87
self.assertRaises(ValueError, TSC.WorkbookItem, None)
98
workbook = TSC.WorkbookItem("10")
@@ -17,4 +16,3 @@ def test_invalid_show_tabs(self):
1716

1817
with self.assertRaises(ValueError):
1918
workbook.show_tabs = None
20-

0 commit comments

Comments
 (0)
0