Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed May 3, 2017
1 parent d150024 commit b1a2bca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions psutil/tests/test_memory_leaks.py
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,9 @@ def test_users(self):
def test_win_service_iter(self):
self.execute(cext.winservice_enumerate)

def test_win_service_get(self):
pass

def test_win_service_get_config(self):
name = next(psutil.win_service_iter()).name()
self.execute(cext.winservice_query_config, name)
Expand Down

0 comments on commit b1a2bca

Please sign in to comment.