Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-08-23 | Remove unit tests | Malfurious | 1 | -95/+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> | |||||
2016-04-24 | Merge remote-tracking branch 'upstream/master' into hotfix/unittests | Claudio Bandera | 1 | -1/+4 | |
2015-10-21 | Fix tests broken by FETCH_TIME now being pushed in | Michael Allen | 1 | -0/+3 | |
2015-09-17 | Added switch case for OS type in tests | Claudio Bandera | 1 | -2/+6 | |
2015-08-30 | Fixed unittests for Ubuntu | Claudio Bandera | 1 | -1/+3 | |
2015-08-19 | Rename to git-radar | Michael Allen | 1 | -1/+1 | |
2015-02-23 | fixed bad math and added recording the timestamp when we fetch | Michael Allen | 1 | -0/+1 | |
2015-02-23 | default timestamp to 0 if no recorded timestamp | Michael Allen | 1 | -1/+10 | |
2015-02-12 | separate tests into modules | Michael Allen | 1 | -0/+0 | |
2015-02-12 | make and remove tmp dirs for tests to be more cleanly | Michael Allen | 1 | -3/+24 | |
2015-02-11 | turning some tests into proper shunit tests and found a few bugs | Michael Allen | 1 | -0/+55 | |