Github TestLens

Github TestLens 0.5.2 CRX for Chrome

A Free Developer Tools Extension

Published By filipe.av.silva

Github TestLens (clibbfnhhgacfmncfhghkknkifjaipjc): Jump between code and tests when reviewing code in Github.... Read More > or Download Now >

Github TestLens for Chrome

Download CRX

Download

28.43 KB

Chrome Store

Tech Specs

  • • Type: Browser Extension
  • • Latest Version: 0.5.2
  • • Price: Freeware
  • • Offline: No
  • • Developer: filipe.av.silva

User Reviews

  • 1 Votes, Average: 4 out of 5
  • • Rating Average
  • 4 out of 5
  • • Rating Users
  • 1

Download Count

  • • Total Downloads
  • 3
  • • Current Version Downloads
  • 3
  • • Updated: May 23, 2016

Github TestLens is a free Developer Tools Extension for Chrome. You could download the latest version crx file and install it.

More About Github TestLens

When reviewing code in github, it's sometimes hard to match unit tests with the code that they are testing.

To help that process, this extension links those two together. It matches these files by name, and adds simple links that allow you to jump back and forth between them.
This way you can see more easily if the tests are doing what they should and if the code is well tested.

The name matching works based on pairs of regular expressions:

- The first expression matches the "code" files. That is, the files being tested. Capture groups in this expression will be used in the second one.
- The second expression tries to find matching test files. It uses the captured matches from the first one to find test files with a name that corresponds to the "code" file.

These pairs of expressions can be managed in the options window.
The regular expressions use the javascript syntax. Most notably, the capture groups are referenced by $1, $2, etc.

The extension comes pre-configured with a simple example expression matching C# files.
Feel free to use it, either as inspiration or for actual work.

Please let me know if you have any comments or suggestions.
Enjoy!

Download Github TestLens 0.5.2

More Extensions to Consider (Similar or Related)