Although I find `assert url['PORT'] is None` more pythonic, PORT is set in the main script via `'PORT': url.port or '',` so, we are obliged to use checking for '' in our tests.