diff options
| author | Giampaolo Rodola <g.rodola@gmail.com> | 2016-10-02 13:06:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-02 13:06:26 +0200 |
| commit | 02cb20f395f9727493036717d2242917ba5425b0 (patch) | |
| tree | 92d97626a80c52a26f5bdeea5dc3503795651393 /scripts/internal | |
| parent | ce0b47393abf10593572ddd50b43e4e9f56f02e4 (diff) | |
| parent | b4795a28dcc8f82823c2cae3f4413835a5e35044 (diff) | |
| download | psutil-02cb20f395f9727493036717d2242917ba5425b0.tar.gz | |
Merge pull request #901 from giampaolo/sync-test-primitives
Tests refactoring
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: |
