(self, *args, **kwargs)
| 181 | return self |
| 182 | |
| 183 | def __exit__(self, *args, **kwargs): |
| 184 | clean_process(self.process) |
| 185 | |
| 186 | # always run these tests last |
| 187 | # make sure to use different ports in each one because it takes a while for the processes to be cleaned up |
| 188 | |
| 189 | |
| 190 | # Executes a native executable server process |
nothing calls this directly
no test coverage detected