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