Robot Framework thread management verification library
Project description
Threadverify - verifying clean thread management
The Robot Framework test library crl.threadverify is for verifying that the threads are used in the correct ways. For example it checks that no threads are not left hanging after the test case execution. The library will help in debugging the problems by showing the thread creation stack and traces from the creation time of the new threads.
Documentation
Documentation for crl.threadverify can be found from Read The Docs.
Installation
crl.threadverify library can be installed with pip:
pip install crl.threadverify
Contributing
Please see contributing for development and contribution practices.
The code and the issues are hosted on GitHub.
The project is licensed under BSD-3-Clause.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.