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