diff options
| author | Giampaolo Rodola <g.rodola@gmail.com> | 2017-05-02 04:40:42 +0200 |
|---|---|---|
| committer | Giampaolo Rodola <g.rodola@gmail.com> | 2017-05-02 04:40:42 +0200 |
| commit | ad579702c39bbe5d3c1f6d1c0b3f3091399e8e49 (patch) | |
| tree | dde013421bd2532c62b636c02d481682d53b70a0 /scripts/internal | |
| parent | 861bb930f4fff1387bde28dd2222ea9b4bd01010 (diff) | |
| download | psutil-ad579702c39bbe5d3c1f6d1c0b3f3091399e8e49.tar.gz | |
windows: fix battery tests
Diffstat (limited to 'scripts/internal')
| -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 c9139977..7b70404a 100755 --- a/scripts/internal/winmake.py +++ b/scripts/internal/winmake.py @@ -354,6 +354,13 @@ def test_unicode(): @cmd +def test_connections(): + """Run connections tests""" + install() + sh("%s -m unittest -v psutil.tests.test_connections" % PYTHON) + + +@cmd def test_contracts(): """Run contracts tests""" install() |
