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