Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-08-23 | Remove unit tests | Malfurious | 19 | -4211/+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 | 19 | -0/+4200 | |
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-16 | Make render replace rather than append, so we can reorder | Michael Allen | 1 | -0/+1 | |
2015-08-31 | Added tests for stash indicator | Claudio Bandera | 1 | -0/+1 | |
2015-08-30 | Add the new color tests in to the test run | Michael Allen | 1 | -0/+1 | |
2015-08-27 | issue-17: Add arguments to make the prompt shorter | Reinaldo Colina | 1 | -0/+1 | |
2015-07-23 | include new status tests in the full test run | Michael Allen | 1 | -0/+1 | |
2015-03-09 | autocompletes better for faster test runs | Michael Allen | 1 | -0/+0 | |
2015-02-17 | untracked files reporting | Michael Allen | 1 | -0/+1 | |
2015-02-17 | add all test runs to the test script | Michael Allen | 1 | -0/+2 | |
2015-02-12 | separate tests into modules | Michael Allen | 1 | -86/+2 | |
2015-02-06 | don't let functions complain if we aren't in a git repo | michaeldfallen | 1 | -0/+49 | |