@@ -14,63 +14,6 @@ def setUp(self):
1414 self .url = URL
1515 self .redmine = Redmine (self .url )
1616
17- def test_supports_project_resource (self ):
18- self .assertIsInstance (self .redmine .project , ResourceManager )
19-
20- def test_supports_issue_resource (self ):
21- self .assertIsInstance (self .redmine .issue , ResourceManager )
22-
23- def test_supports_time_entry_resource (self ):
24- self .assertIsInstance (self .redmine .time_entry , ResourceManager )
25-
26- def test_supports_enumeration_resource (self ):
27- self .assertIsInstance (self .redmine .enumeration , ResourceManager )
28-
29- def test_supports_attachment_resource (self ):
30- self .assertIsInstance (self .redmine .attachment , ResourceManager )
31-
32- def test_supports_issue_journal_resource (self ):
33- self .assertIsInstance (self .redmine .issue_journal , ResourceManager )
34-
35- def test_supports_wiki_page_resource (self ):
36- self .assertIsInstance (self .redmine .wiki_page , ResourceManager )
37-
38- def test_supports_project_membership_resource (self ):
39- self .assertIsInstance (self .redmine .project_membership , ResourceManager )
40-
41- def test_supports_issue_category_resource (self ):
42- self .assertIsInstance (self .redmine .issue_category , ResourceManager )
43-
44- def test_supports_issue_relation_resource (self ):
45- self .assertIsInstance (self .redmine .issue_relation , ResourceManager )
46-
47- def test_supports_version_resource (self ):
48- self .assertIsInstance (self .redmine .version , ResourceManager )
49-
50- def test_supports_user_resource (self ):
51- self .assertIsInstance (self .redmine .user , ResourceManager )
52-
53- def test_supports_group_resource (self ):
54- self .assertIsInstance (self .redmine .group , ResourceManager )
55-
56- def test_supports_role_resource (self ):
57- self .assertIsInstance (self .redmine .role , ResourceManager )
58-
59- def test_supports_news_resource (self ):
60- self .assertIsInstance (self .redmine .news , ResourceManager )
61-
62- def test_supports_issue_status_resource (self ):
63- self .assertIsInstance (self .redmine .issue_status , ResourceManager )
64-
65- def test_supports_tracker_resource (self ):
66- self .assertIsInstance (self .redmine .tracker , ResourceManager )
67-
68- def test_supports_query_resource (self ):
69- self .assertIsInstance (self .redmine .query , ResourceManager )
70-
71- def test_supports_custom_field_resource (self ):
72- self .assertIsInstance (self .redmine .custom_field , ResourceManager )
73-
7417 def test_supports_custom_resources (self ):
7518 self .redmine .custom_resource_paths = (__name__ ,)
7619 self .assertIsInstance (self .redmine .foo_resource , ResourceManager )
0 commit comments