(self, relative_path)
| 1087 | self.update_pyfile(os.path.join(self.tmp_dir, relative_path), contents) |
| 1088 | |
| 1089 | def rm_module(self, relative_path): |
| 1090 | self.rm_pyfile(os.path.join(self.tmp_dir, relative_path)) |
| 1091 | |
| 1092 | @pytest.mark.slow_test |
| 1093 | def test_module(self): |