aboutsummaryrefslogtreecommitdiffstats
path: root/t/100-shows-todo-comments-since-fork-point.t
AgeCommit message (Collapse)Author
2020-10-03Add license (GNU GPLv3+)Teddy Wing
2020-09-16t/100-shows-todo-comments-since-fork-point.t: Update outputTeddy Wing
Update the expectation to include the file name and line number plus the exact line content as printed by the command. Remove the extra newline from the output so that now only a single newline is printed.
2020-09-15t/100-shows-todo-comments-since-fork-point.t: Fix teardownTeddy Wing
Need to restore the repo state back to the master branch and remove the new branch created in this test.
2020-09-14t/: Add test to get a TODO since the fork pointTeddy Wing
In order to include the 'bin.pm' file, we need to add its containing folder to the include path. Do this by adding a Makefile with the required command line argument. Add a new test that modifies the test file to add a new new TODO line. Test that it comes back in the `git todo` output.