tests: add some basic unit tests
authorAndrea Righi <andrea.righi@canonical.com>
Fri, 24 Nov 2023 10:06:48 +0000 (11:06 +0100)
committerAndrea Righi <andrea.righi@canonical.com>
Mon, 11 Dec 2023 10:00:49 +0000 (11:00 +0100)
commit07727f466642e702741c4ebab4d59f105e765fc2
treeff121bc0bd6d7046c4aa8e8781380d014c3eeeb3
parent6581e2486d71215ef01b4c7005e70346484cc0f3
tests: add some basic unit tests

Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
tests/__init__.py [new file with mode: 0644]
tests/data/annotations.load.1 [new file with mode: 0644]
tests/data/annotations.load.1.result [new file with mode: 0644]
tests/data/annotations.todo-note.1 [new file with mode: 0644]
tests/data/annotations.todo-note.1.result [new file with mode: 0644]
tests/data/annotations.todo-note.main [new file with mode: 0644]
tests/data/config.todo-note.1 [new file with mode: 0644]
tests/test_load_annotations.py [new file with mode: 0644]
tests/test_todo_note.py [new file with mode: 0644]
tests/utils.py [new file with mode: 0644]