- Fix: Initialise the WSGI layer in the correct order to actually allow the configured WSGI app to be remembered.
- Fix: updated some imports after the extraction of gocept.httpserverlayer.
1.1.1
------------------
- Update StaticFilesLayer to the new httpserverlayer API.
1.1
----------------
- Extract HTTP server integration into separate package, gocept.httpserverlayer
1.0
----------------
- Marking the API as stable.
0.17
-----------------
- Added ``gocept.selenium.skipUnlessBrowser`` decorator to skip tests unless ceratins browser requirements are met.
- Fix: The static test server did not shutdown in some situations.
0.16
-----------------
- Fixed selenese popup tests.
- Open a random port for the server process by default: When the environment variable `GOCEPT_SELENIUM_APP_PORT` is not set, a random free port is bound. This allows parallel testing, for instance (11323).