elvisoric / gtester

Wrapper around google test that allows you to re-run and filter failed tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gtester

Wrapper around google tests

What it solves?

It allows you to re-run failed tests as well as to filter those failed tests by using numeric tags

How to use it?

  • Set which executable file will be executed:
./gtester.py --exe exe_name
  • Run all tests:
./gtester.py
  • Run just failing tests:
./gtester.py --run_failing
  • Run several failing tests using tags:
./gtester.py --run_failing 1 3

Example

Demo

About

Wrapper around google test that allows you to re-run and filter failed tests


Languages

Language:Python 100.0%