test: ensure startup message is correct

This commit is contained in:
Khaïs COLIN 2025-05-03 19:00:41 +02:00
parent 6910407ad2
commit 7fbaec8743
7 changed files with 200 additions and 7 deletions

View file

@ -1,14 +1,64 @@
#+title: Notes
* show errors with ariadne
* TODO show errors with ariadne
:PROPERTIES:
:EFFORT: 10min
:END:
** errors should have a generic show() function
** [X] errors should have a generic show() function
:PROPERTIES:
:EFFORT: 10min
:END:
:LOGBOOK:
CLOCK: [2025-05-03 sam. 18:40]--[2025-05-03 sam. 18:46] => 0:06
:END:
** OSDBError::display() should take a filename and display it alongside the error
** TODO OSDBError::display() should take a filename and display it alongside the error
* TODO snapshot testing
** DONE Find the snapshot testing library
:PROPERTIES:
:EFFORT: 10min
:END:
:LOGBOOK:
CLOCK: [2025-05-03 sam. 18:48]--[2025-05-03 sam. 18:49] => 0:01
:END:
** DONE document myself on insta, the snapshot testing library
:PROPERTIES:
:EFFORT: 10min
:END:
:LOGBOOK:
CLOCK: [2025-05-03 sam. 18:49]--[2025-05-03 sam. 18:57] => 0:08
:END:
** TODO insta test startup message
:PROPERTIES:
:EFFORT: 10min
:END:
:LOGBOOK:
CLOCK: [2025-05-03 sam. 19:00]
:END:
** TODO insta test exit message
:PROPERTIES:
:EFFORT: 10min
:END:
** TODO insta test insert
:PROPERTIES:
:EFFORT: 10min
:END:
** TODO insta test select
:PROPERTIES:
:EFFORT: 10min
:END:
** TODO insta test .exit
:PROPERTIES:
:EFFORT: 10min
:END:
** TODO insta test wrong statement
:PROPERTIES:
:EFFORT: 10min
:END:
** TODO insta test wrong meta-command
:PROPERTIES:
:EFFORT: 10min
:END: