run-tests: refactor port number declaration
Instead of making port numbers derived from count and a global initial port, we now pass a start port to Test.__init__ and do the calculation at a higher level.
Loading
Please register or sign in to comment