todo-to-issue-action/tests
Robert Alonso da6872a340 refactor: clean up and split off diff file
test_new.diff had some issues which would cause
errors if trying to actually use the diff file
with 'patch' to create the files it references.

1) had some line numbers which were invalid
2) had path specifications and, unfortunately,
   'patch' does not support creating absent directories

The file has been cleaned up to have the create
line numbers and to assume that all files are at
the root.

Additionally, for the few cases where the diff
file referred to an edit rather than creation of a
whole new file, those diff hunks were moved into a
new, separate, file.

There is no functional change with this commit,
but it sets up future test features.
2024-11-09 19:28:08 +00:00
..
__init__.py fix: Clean up TeX syntax and add tests 2021-12-13 19:13:37 +01:00
custom_languages.json code review 2024-10-08 12:16:19 +01:00
test_closed.diff test: Added tests for TOML support 2024-10-11 18:15:04 +01:00
test_edit.diff refactor: clean up and split off diff file 2024-11-09 19:28:08 +00:00
test_escape.diff Update tests 2024-09-24 14:14:28 +01:00
test_new.diff refactor: clean up and split off diff file 2024-11-09 19:28:08 +00:00
test_syntax.py test: add unittest to run mypy 2024-10-28 18:38:59 +00:00
test_todo_parser.py refactor: clean up and split off diff file 2024-11-09 19:28:08 +00:00