Skip to content

teemtee/tmt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 26, 2025
9ba3c0b · Apr 26, 2025
Sep 27, 2019
Apr 25, 2025
Jan 15, 2025
Sep 22, 2023
Feb 18, 2025
Apr 25, 2025
Feb 11, 2025
Apr 23, 2025
May 3, 2024
Apr 25, 2025
Mar 25, 2025
Apr 26, 2025
Apr 26, 2025
Apr 23, 2024
Apr 23, 2024
Mar 17, 2025
Feb 6, 2025
Jan 14, 2025
Feb 28, 2025
Jul 6, 2024
Jan 13, 2025
Apr 5, 2023
Jan 15, 2025
Oct 7, 2021
Mar 6, 2025
Jul 23, 2024
Apr 16, 2025
Jan 27, 2025

Repository files navigation

tmt - Test Management Tool

The tmt tool provides a user-friendly way to work with tests. You can comfortably create new tests, safely and easily run tests across different environments, review test results, debug test code and enable tests in the CI using a consistent and concise config.

The python module and command-line tool implement the Metadata Specification which allows storing all needed test execution data directly within a git repository. Together with the possibility to reference remote repositories, it makes it easy to share test coverage across projects and distros.

The Flexible Metadata Format fmf is used to store data in both human and machine readable way close to the source code. Thanks to inheritance and elasticity metadata are organized in the structure efficiently, preventing unnecessary duplication.

See the https://tmt.readthedocs.io web for detailed documentation.