Skip to content

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

Notifications You must be signed in to change notification settings

elvisoric/gtester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages