// the files should be the same
with open("test_pbs_queue.py") as ori, open("test_pbs_queue.py.bak") as bak:
self.assertEqual(ori.read(), bak.read())
FileTarget("test_pbs_queue.py.bak").remove("both")
@unittest.skipIf(not has_docker, "Docker container not usable")
def testMaxMem(self):
"""Test server restriction max_mem"""
After Change
def testCaseInsensitiveLocalPath(self):
"""Test path_map from a case insensitive file system."""
FileTarget("test_pbs_queue.py.bak").remove("both")
with open("tt1.py", "w") as tt1:
tt1.write("soemthing")
script = SoS_Script("""
[10]