summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2017-04-28 03:20:38 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2017-04-28 03:20:38 +0200
commit0cdf85733efa2a4c729170658a8b0d86971ee558 (patch)
tree81f034dac67de1095dd6a44037c42c1306b360c3 /scripts
parent52ed10cef5daf9781c05255e837a2872286b056c (diff)
downloadpsutil-0cdf85733efa2a4c729170658a8b0d86971ee558.tar.gz
move unicode tests in their own file
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/internal/winmake.py7
1 files changed, 7 insertions, 0 deletions
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
@@ -346,6 +346,13 @@ def test_misc():
@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"""
try: