Compare commits

..

7 Commits

Author SHA1 Message Date
3c1c9860a0 test_question_cmd: modified tests to use '.msg' file suffix 2023-09-26 18:25:03 +02:00
3bc5f7cd63 test_chat: added test for file_path collision detection 2023-09-26 18:25:03 +02:00
f352d71177 test_chat: changed all tests to use the new '.msg' suffix 2023-09-26 18:25:03 +02:00
11d50ae551 test_message: changed all tests to use the new '.msg' suffix 2023-09-26 18:25:03 +02:00
1743802262 message: fixed tag matching for YAML file format 2023-09-26 18:25:03 +02:00
bdce69e741 chat: switched to new message suffix and formats
- no longer using file suffix to choose the format
- added 'mformat' argument to 'write_xxx()' functions
- file suffix is now set by 'Message.to_file()' per default
2023-09-26 18:25:03 +02:00
499f6a7be9 message: introduced file suffix '.msg'
- '.msg' suffix is always used for writing
- 'Message.to_file()' will set the file suffix if the given file_path has none
- added 'mformat' argument to 'Message.to_file()' for choosing the file format
- '.txt' and '.yaml' suffixes are only supported for reading
2023-09-25 09:59:37 +02:00

Diff Content Not Available