todo-to-issue-action/tests
Robert Alonso 649e50253b test: add unittest to run mypy
New unittest file consists of two tests. Both
run mypy, but one does so with arguments that are
expected to allow the test to pass. The other does
not provide those arguments and is expected to fail.
The expected failure is intentional, to serve as
an ongoing reminder to try to 1) move towards having
strict typing in the codebase and to 2) not
add any additional errors/warnings in the meantime.

Separated requirements into runtime (requirements.txt)
and additional development (requirements-dev.txt).
Modified devcontainer and workflow to reflect the
change.
2024-10-28 18:38:59 +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_escape.diff Update tests 2024-09-24 14:14:28 +01:00
test_new.diff test: Added tests for TOML support 2024-10-11 18:15:04 +01:00
test_syntax.py test: add unittest to run mypy 2024-10-28 18:38:59 +00:00
test_todo_parser.py fix: reset modified environment variables after test 2024-10-25 18:54:29 +00:00