summaryrefslogtreecommitdiffstats
path: root/test/test-branches.sh (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2021-08-23Remove unit testsMalfurious1-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-20Move test files to subdirectoryMalfurious1-0/+0
Signed-off-by: Malfurious <m@lfurio.us>
2021-03-24Update references to project name to git-sonarMalfurious1-1/+1
Signed-off-by: Malfurious <m@lfurio.us>
2015-09-17Added switch case for OS type in testsClaudio Bandera1-2/+7
2015-09-16Test the new functions directlyMichael Allen1-0/+1
2015-09-16Fix readable_branch_name testMichael Allen1-1/+2
2015-08-30Fixed unittests for UbuntuClaudio Bandera1-1/+2
2015-08-19Rename to git-radarMichael Allen1-1/+1
2015-03-09prevent bad grep usage when no branch_nameMichael Allen1-3/+3
2015-03-09ensure remote_branch_name is fails quietlyMichael Allen1-0/+21
2015-02-18handle detached heads cleanlyMichael Allen1-1/+43
2015-02-12find branch names and commits ahead or behindMichael Allen1-0/+39