17 Commits

Author SHA1 Message Date
Oleksandr Kozachuk
2aee018708 Refactor message.Answer class in a way, that it can be constructed dynamically step by step, in preparation of using streaming API. 2023-10-20 13:43:31 +02:00
8f56399844 cmm: replaced options '--with-tags' and '--with-file' with '--with-metadata' 2023-10-01 10:11:16 +02:00
140dbed809 message: added function 'rm_file()' and test 2023-09-29 07:16:20 +02:00
d07fd13e8e test_message: changed all tests to use the new '.msg' suffix 2023-09-29 07:16:20 +02:00
525cdb92a1 message / chat: 'msg_id()' now returns 'file_path.stem' (removed suffix) 2023-09-17 10:59:29 +02:00
eca44b14cb message: fixed matching with empty tag sets 2023-09-10 19:55:21 +02:00
893917e455 test_main: temporarily disabled all testcases 2023-09-07 07:51:46 +02:00
63040b3688 message / chat: output improvements 2023-09-04 23:03:29 +02:00
44cd1fab45 message: added rename_tags() function and test 2023-09-03 09:09:39 +02:00
fa292fb73a message: improved robustness of Question and Answer content checks and tests 2023-09-03 09:09:39 +02:00
b83cbb719b added 'message_in()' function and test 2023-08-31 09:21:51 +02:00
8e1cdee3bf fixed Message.filter_tags 2023-08-30 08:22:50 +02:00
73d2a9ea3b fixed test case file cleanup 2023-08-29 11:36:01 +02:00
169f1bb458 fixed handling empty tags in TXT file 2023-08-28 14:53:04 +02:00
7f91a2b567 Added tags filtering (prefix and contained string) to TagLine and Message 2023-08-28 14:53:04 +02:00
fc1b8006a0 tests: added testcases for Message.from/to_file() and others 2023-08-26 19:22:15 +02:00
aa89270876 tests: splitted 'test_main.py' into 3 modules 2023-08-26 19:22:15 +02:00