Beispiel #1
0
 def test_run_path(self, context):
     assert is_unicode_string(context.run_path)
     assert context.run_path == '/run/udev'
Beispiel #2
0
 def test_device_path(self, context):
     assert is_unicode_string(context.device_path)
     assert context.device_path == '/dev'
Beispiel #3
0
 def test_sys_path(self, context):
     assert is_unicode_string(context.sys_path)
     assert context.sys_path == '/sys'
Beispiel #4
0
 def test_run_path(self, context):
     assert is_unicode_string(context.run_path)
     assert context.run_path == '/run/udev'
Beispiel #5
0
 def test_device_path(self, context):
     assert is_unicode_string(context.device_path)
     assert context.device_path == '/dev'
Beispiel #6
0
 def test_sys_path(self, context):
     assert is_unicode_string(context.sys_path)
     assert context.sys_path == '/sys'