Version 1.1 is out!

I’m very glad to announce pytest-testmon version 1.1 is out and up on PyPI.

The new feature is lifting a basic limitation of testmon.

There are many things influencing the outcome of a test. Before version 1.1 testmon kept track of code inside tested project and configured environment variables. With version 1.1 comes the ability to detect changes of packages(libraries). With each run testmon quickly checks the version of all installed packages. If any of the versions change, or if there is a new library added, previous outcomes of tests are deemed invalid and therefore they are re-executed :).

This is another small step in making testmon a little more useful and more comfortable to use. You’ll have to pip install --upgrade pytest-testmon and remove .testmondata from you project root directory to start using it.