Returns the port used by the server. A new port is chosen for each test.
(self)
| 515 | return {} |
| 516 | |
| 517 | def get_http_port(self) -> int: |
| 518 | """Returns the port used by the server. |
| 519 | |
| 520 | A new port is chosen for each test. |
| 521 | """ |
| 522 | return self.__port |
| 523 | |
| 524 | def get_protocol(self) -> str: |
| 525 | return "http" |
no outgoing calls
no test coverage detected