| Conditions | 1 |
| Total Lines | 9 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | import sys |
||
| 29 | def test_overall(self): |
||
| 30 | """ |
||
| 31 | Per default we install it onto "C:/Program Files/Rainmeter" |
||
| 32 | but since we use the path internally we already add / to it |
||
| 33 | and python internal path uses \\ instead windows / |
||
| 34 | """ |
||
| 35 | program_path = program_path_provider.get_cached_program_path() |
||
| 36 | |||
| 37 | self.assertEqual(program_path, "C:\\Program Files\\Rainmeter\\") |
||
| 38 |