We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 910d564 commit 0fdb62eCopy full SHA for 0fdb62e
tests/test_wordpress.py
@@ -45,10 +45,10 @@ def test_list_posts_orderby(self):
45
with self.assertRaises(ValueError):
46
self.wp.list_posts(orderby='test')
47
48
- def test_get_post(self):
49
- post = self.wp.get_post(470)
50
- post.id
51
- self.assertTrue(post)
+ #def test_get_post(self):
+ # post = self.wp.get_post(470)
+ # post.id
+ # self.assertTrue(post)
52
53
def test_list_categories(self):
54
categories = self.wp.list_categories()
0 commit comments