diff options
| author | Giampaolo Rodola <g.rodola@gmail.com> | 2016-10-02 22:36:23 +0200 |
|---|---|---|
| committer | Giampaolo Rodola <g.rodola@gmail.com> | 2016-10-02 22:36:23 +0200 |
| commit | a6fd47e7223b8c04382446531180c6f4b3cbd0ab (patch) | |
| tree | 4db9a19fc1e833b4ad1ff2a744f7eaf4a0f312f7 /scripts/internal | |
| parent | d46e922af59c78431dbe27d115d063ebab673dc1 (diff) | |
| parent | 02cb20f395f9727493036717d2242917ba5425b0 (diff) | |
| download | psutil-a6fd47e7223b8c04382446531180c6f4b3cbd0ab.tar.gz | |
Merge branch 'master' into oneshot
Diffstat (limited to 'scripts/internal')
| -rw-r--r-- | 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 23ccbca2..8351a675 100644 --- a/scripts/internal/winmake.py +++ b/scripts/internal/winmake.py @@ -258,6 +258,13 @@ def test_platform(): @cmd +def test_misc(): + """Run misc tests""" + install() + sh("%s -m unittest -v psutil.tests.test_misc" % PYTHON) + + +@cmd def test_by_name(): """Run test by name""" try: |
