(self)
| 421 | junction_target = os.path.dirname(os.path.abspath(__file__)) |
| 422 | |
| 423 | def setUp(self): |
| 424 | assert os.path.exists(self.junction_target) |
| 425 | assert not os.path.lexists(self.junction) |
| 426 | |
| 427 | def tearDown(self): |
| 428 | if os.path.lexists(self.junction): |