crl.threadverify

Robot Framework thread management verification library


Keywords
robotframework, thread
License
BSD-3-Clause
Install
pip install crl.threadverify==1.0

Documentation

https://travis-ci.org/nokia/crl-threadverify.svg?branch=master

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.