File python-sst.changes of Package python-sst
-------------------------------------------------------------------
Sun Nov 17 19:26:29 UTC 2013 - p.drouand@gmail.com
- Update to version 0.2.4
+ added ``get_text`` action
+ made it clearer that ``assert_text`` and ``assert_text_contains`` will check
the value instead of the text for text field elements.
+ return the result of the condition checked by ``wait_for`` and
``wait_for_and_refresh``.
+ start documenting the debian/ubuntu packaging process.
+ requires ``set_base_url`` to be called and displaying a suitable error
message otherwise.
+ removed HTML results reports.
+ switched to `junitxml` dependency for XML report generation.
+ skipped tests are now properly included in ``results.xml``.
+ refactored ``retry_on_stale_element`` to make a new more generic
``retry_on_exception``.
+ the script directory is not added to sys.path implicitly anymore.
+ ``sst-test`` can run all tests, ``nose`` is not used nor a dependency
anymore.
+ added ``--concurrency=N`` command line argument for concurrent testing (a
shorter ``-cN`` is also provided for convenience)
+ fix temp profile leaks when failing to connect to the firefox extension
+ fix Xvfb lock files leak
+ properly support the testtools test timing protocol (#1197298).
- Changes from 0.2.3
+ added the ``save_page_source`` action.
+ added a parameter to ``take_screenshot`` to include a timestamp in the file
name
+ expose the SSTTestCase class which is used internally to create test cases
+ start implementing an internal test suite (#1084007)
+ ensure Xvfb is properly killed if sst-run is interrupted (#1084006)
+ protect ``wait_for`` from transient failures caused by
StaleElementReferenceException (#1084008)
+ include test class full name in test ids for SSTScriptTestCase (#1087606)
+ add support for xfvb to SSTTestCase (#1084011)
+ removed ``junitxml`` package dependency for junit-style xml output
+ in xml report mode, progress is printed to stdout during test run
+ added ``get_window_size`` action
+ added ``set_window_size`` action
+ added ``testtools`` dependency
+ command-line test names may use glob patterns for discovery
+ added ``--collect-only`` option to ``sst-run`` command line
+ removed `Browsermob` proxy integration
+ removed ``start`` and ``stop`` actions
+ added hookable browser
- Add python-testtools and python-python-subunit Build/Requires;
new requirement for package tests
-------------------------------------------------------------------
Thu Oct 24 11:15:18 UTC 2013 - speilicke@suse.com
- Require python-setuptools instead of distribute (upstreams merged)
-------------------------------------------------------------------
Tue Jan 15 18:00:42 UTC 2013 - p.drouand@gmail.com
- Update to 0.2.2 version:
* No changelog available
-------------------------------------------------------------------
Mon Mar 26 11:30:16 UTC 2012 - saschpe@suse.de
- Initial version