| Conditions | 1 |
| Total Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 1 | Features | 0 |
| 1 | import sys |
||
| 10 | def test_default_path(self): |
||
| 11 | """ |
||
| 12 | If the user installed the application into the default directory |
||
| 13 | it is in "C:/Program Files/Rainmeter" |
||
| 14 | """ |
||
| 15 | default_program_path = program_path_provider._get_rainmeter_path_from_default_path() |
||
| 16 | |||
| 17 | self.assertEqual(default_program_path, "C:\\Program Files\\Rainmeter") |
||
| 18 | |||
| 38 |