(self, fname)
| 15 | assert env.apache_restart() == 0 |
| 16 | |
| 17 | def local_src(self, fname): |
| 18 | return os.path.join(os.path.dirname(inspect.getfile(TestProxy)), fname) |
| 19 | |
| 20 | def setup_method(self, method): |
| 21 | print("setup_method: %s" % method.__name__) |
no test coverage detected