mirror of
https://github.com/hakril/PythonForWindows
synced 2026-06-08 14:31:45 +00:00
Add test on logicaldrives for py3
This commit is contained in:
@@ -31,7 +31,11 @@ class TestSystemWithCheckGarbage(object):
|
||||
return windows.system.services
|
||||
|
||||
def test_logicaldrives(self):
|
||||
return windows.system.logicaldrives
|
||||
for ldrive in windows.system.logicaldrives:
|
||||
assert ldrive
|
||||
assert ldrive.name
|
||||
assert ldrive.path
|
||||
assert ldrive.volume_info
|
||||
|
||||
def test_wmi(self):
|
||||
return windows.system.wmi
|
||||
|
||||
Reference in New Issue
Block a user