(self)
| 3266 | junction_target = os.path.dirname(os.path.abspath(__file__)) |
| 3267 | |
| 3268 | def setUp(self): |
| 3269 | assert os.path.exists(self.junction_target) |
| 3270 | assert not os.path.lexists(self.junction) |
| 3271 | |
| 3272 | def tearDown(self): |
| 3273 | if os.path.lexists(self.junction): |