========= pyDoubles ========= .. warning:: Since version 1.5 the pyDoubles API is provided as a wrapper to `doublex `__. However, there are small differences. pyDoubles matchers are not supported anymore, although you may get the same feature using standard hamcrest matchers. Anyway, old pyDoubles matchers are provided as hamcrest aliases, so your old pyDoubles tests should work fine with minimal changes. In most cases the only required change in your code is the module name, that change from: .. sourcecode:: python import pyDoubles.framework.* to: .. sourcecode:: python from doublex.pyDoubles import * If you have problems migrating from pyDoubles to **doublex**, please ask for help in the `discussion forum `__ or in the `issue tracker `__. This is the pyDoubles documentation, that was available in the (now disappeared) pydoubles.org site. .. toctree:: :maxdepth: 3 overview documentation support