From 0cdf85733efa2a4c729170658a8b0d86971ee558 Mon Sep 17 00:00:00 2001 From: Giampaolo Rodola Date: Fri, 28 Apr 2017 03:20:38 +0200 Subject: move unicode tests in their own file --- scripts/internal/winmake.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'scripts') diff --git a/scripts/internal/winmake.py b/scripts/internal/winmake.py index 7215560d..c2db0fe3 100755 --- a/scripts/internal/winmake.py +++ b/scripts/internal/winmake.py @@ -345,6 +345,13 @@ def test_misc(): sh("%s -m unittest -v psutil.tests.test_misc" % PYTHON) +@cmd +def test_unicode(): + """Run unicode tests""" + install() + sh("%s -m unittest -v psutil.tests.test_unicode" % PYTHON) + + @cmd def test_by_name(): """Run test by name""" -- cgit v1.2.1