diff options
| author | Giampaolo Rodola <g.rodola@gmail.com> | 2017-04-28 03:20:38 +0200 |
|---|---|---|
| committer | Giampaolo Rodola <g.rodola@gmail.com> | 2017-04-28 03:20:38 +0200 |
| commit | 0cdf85733efa2a4c729170658a8b0d86971ee558 (patch) | |
| tree | 81f034dac67de1095dd6a44037c42c1306b360c3 /scripts | |
| parent | 52ed10cef5daf9781c05255e837a2872286b056c (diff) | |
| download | psutil-0cdf85733efa2a4c729170658a8b0d86971ee558.tar.gz | |
move unicode tests in their own file
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/internal/winmake.py | 7 |
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: |
