summaryrefslogtreecommitdiffstats
path: root/test/test-sonar-base.sh (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2021-08-23Remove unit testsMalfurious1-29/+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-24Rename files to git-sonarMalfurious1-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-10-16Added missing shebang line to new test filesClaudio Bandera1-1/+2
2015-08-28Removing --minimal arg implementationReinaldo Colina1-23/+0
- Dealing with the git: prefix will be done in a separate pull request - The new --no-remote-status arg remains
2015-08-27issue-17: Add arguments to make the prompt shorterReinaldo Colina1-0/+51