예제 #1
0
    def test_getPossibleConfigStorageRootPathList_Linux(self):
        if platform.system() != "Linux":
            self.skipTest("not on Linux")

        # We didn't add any paths, so it will use defaults
        assert Resources._getPossibleConfigStorageRootPathList() == [
            '/tmp/test'
        ]
예제 #2
0
 def test_getPossibleConfigStorageRootPathList_Linux(self):
     # We didn't add any paths, so it will use defaults
     assert Resources._getPossibleConfigStorageRootPathList() == [
         '/tmp/test'
     ]