- 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).
0.15
-----------------
- WSGI-Layer is comptabile with Python 2.5. - Encoding support in converthtmltests (Patch by Tom Gross <tomtoms-projekte.de>). - XHTML support for selenium tables (Patch by Tom Gross <tomtoms-projekte.de>).
0.14
-----------------
- API expansion: Added ``assertCssCount``. Thus requiring selenium >= 2.0. - Added Trove classifiers to package metadata. - Moved code to Mercurial.