Skip to content

Commit

Permalink
give CREDITS to @adpag for #1159, #1160 and #1161
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Oct 28, 2017
1 parent 5c51581 commit 20bb2e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CREDITS
Original file line number Diff line number Diff line change
Expand Up @@ -503,3 +503,7 @@ I: 1127
N: Akos Kiss
W: https://github.com/akosthekiss
I: 1150

N: Adrian Page
W: https://github.com/adpag
I: 1159, 1160, 1161
4 changes: 3 additions & 1 deletion psutil/tests/test_unicode.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,9 @@ def test_name_type(self):
class TestNonFSAPIS(unittest.TestCase):
"""Unicode tests for non fs-related APIs."""

def tearDown(self):
reap_children()

@unittest.skipIf(not HAS_ENVIRON, "not supported")
def test_proc_environ(self):
# Note: differently from others, this test does not deal
Expand All @@ -352,7 +355,6 @@ def test_proc_environ(self):
self.assertIsInstance(k, str)
self.assertIsInstance(v, str)
self.assertEqual(env['FUNNY_ARG'], funky_str)
reap_children()


if __name__ == '__main__':
Expand Down

0 comments on commit 20bb2e7

Please sign in to comment.