Coverage for tests/testfiles/config_condorInfo.py: 100%

Shortcuts on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

4 statements  

1# flake8: noqa 

2config.platform["test1"].user.name = "test1" 

3config.platform["test1"].user.home = "/home/test1" 

4config.platform["test2"].user.name = "test2" 

5config.platform["test2"].user.home = "/home/test2"