Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-08-23 | Remove unit tests | Malfurious | 1 | -110/+0 | |
I don't particularly wish to maintain these tests for a few reasons: * Many of them make assertions strictly about rendered text / UI * Many of them test external systems and touch the disk * There are platform-dependent details that complicate several tests. So, the tests are removed. Ideally, the main script is reworked into something simple enough it doesn't necessarily warrant heavy testing. Signed-off-by: Malfurious <m@lfurio.us> | |||||
2021-07-20 | Move test files to subdirectory | Malfurious | 1 | -0/+0 | |
Signed-off-by: Malfurious <m@lfurio.us> | |||||
2021-03-24 | Update references to project name to git-sonar | Malfurious | 1 | -1/+1 | |
Signed-off-by: Malfurious <m@lfurio.us> | |||||
2015-09-17 | Added switch case for OS type in tests | Claudio Bandera | 1 | -2/+7 | |
2015-09-16 | Test the new functions directly | Michael Allen | 1 | -0/+1 | |
2015-09-16 | Fix readable_branch_name test | Michael Allen | 1 | -1/+2 | |
2015-08-30 | Fixed unittests for Ubuntu | Claudio Bandera | 1 | -1/+2 | |
2015-08-19 | Rename to git-radar | Michael Allen | 1 | -1/+1 | |
2015-03-09 | prevent bad grep usage when no branch_name | Michael Allen | 1 | -3/+3 | |
2015-03-09 | ensure remote_branch_name is fails quietly | Michael Allen | 1 | -0/+21 | |
2015-02-18 | handle detached heads cleanly | Michael Allen | 1 | -1/+43 | |
2015-02-12 | find branch names and commits ahead or behind | Michael Allen | 1 | -0/+39 | |